#266F13

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

Shades of Bilbao #266F13

Tints of Bilbao #266F13

Color information

#266F13 (or 0x266F13) is unknown color: approx Bilbao. HEX triplet: 26, 6F and 13. RGB value is (38,111,19). Sum of RGB (Red+Green+Blue) = 38+111+19=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 111 (43.75% from 255 or 66.07% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 111 - color contains mainly: green. Hex color #266F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266F13 is #D990EC. Grayscale: #4E4E4E. Windows color (decimal): -14258413 or 1273638. OLE color: 1273638.

HSL color Cylindrical-coordinate representation of color #266F13: hue angle of 107.61º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266F13 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB3811119-
CMYK0.6600.830.56
HSL107.61º70.77%25.49%-
HSV(B)107.61º82.88%43.53%-
XYZ6.611.832.55-
YUV78.6894.3298.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 111 (43.75% from 255) = 66.07%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=22.62%
G=66.07%
B=11.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38111190.6600.830.56107.6170.7725.49
Hex266F1342053386c4719
Octal461572310201237015410731
Binary1001101101111100111000010010100111110001101100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F13; }

 p { color: rgb(38,111,19); }

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

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

 a { background-color: rgb(38,111,19); }

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

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

 span { border-color: rgb(38,111,19); }

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