#266E13

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

Shades of Bilbao #266E13

Tints of Bilbao #266E13

Color information

#266E13 (or 0x266E13) is unknown color: approx Bilbao. HEX triplet: 26, 6E and 13. RGB value is (38,110,19). Sum of RGB (Red+Green+Blue) = 38+110+19=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 110 (43.36% from 255 or 65.87% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 110 - color contains mainly: green. Hex color #266E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266E13 is #D991EC. Grayscale: #4E4E4E. Windows color (decimal): -14258669 or 1273382. OLE color: 1273382.

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

Color convert

RGB3811019-
CMYK0.6500.830.57
HSL107.47º70.54%25.29%-
HSV(B)107.47º82.73%43.14%-
XYZ6.4911.612.52-
YUV78.194.6599.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 110 (43.36% from 255) = 65.87%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=22.75%
G=65.87%
B=11.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38110190.6500.830.57107.4770.5425.29
Hex266E1341053396b4719
Octal461562310101237115310731
Binary1001101101110100111000001010100111110011101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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