#267601

Color #267601 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #267601

Tints of Bilbao #267601

Color information

#267601 (or 0x267601) is unknown color: approx Bilbao. HEX triplet: 26, 76 and 01. RGB value is (38,118,1). Sum of RGB (Red+Green+Blue) = 38+118+1=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #267601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267601 is #D989FE. Grayscale: #515151. Windows color (decimal): -14256639 or 95782. OLE color: 95782.

HSL color Cylindrical-coordinate representation of color #267601: hue angle of 101.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #267601 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB381181-
CMYK0.6800.990.54
HSL101.03º98.32%23.33%-
HSV(B)101.03º99.15%46.27%-
XYZ7.2813.372.23-
YUV80.748397.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 118 (46.48% from 255) = 75.16%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=24.20%
G=75.16%
B=0.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3811810.6800.990.54101.0398.3223.33
Hex267614406336656217
Octal46166110401436614514227
Binary100110111011011000100011000111101101100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267601; }

 p { color: rgb(38,118,1); }

 H1.HeaderClassName
 {
   color: #267601;
 }
 .AnyTagClassName
 {
   color: #267601;
 }
</style>
background-color css

<style>
 a { background-color: #267601; }

 a { background-color: rgb(38,118,1); }

 div.DivClassName
 {
   background-color: #267601;
 }
 .BgClassName
 {
   background-color: #267601;
 }
</style>
border-color css

<style>
 span { border-color: #267601; }

 span { border-color: rgb(38,118,1); }

 td.TdClassName
 {
   border-color: #267601;
 }
 .TagClassName
 {
   border-color: #267601;
 }
</style>