#266A13

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

Shades of Bilbao #266A13

Tints of Bilbao #266A13

Color information

#266A13 (or 0x266A13) is unknown color: approx Bilbao. HEX triplet: 26, 6A and 13. RGB value is (38,106,19). Sum of RGB (Red+Green+Blue) = 38+106+19=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #266A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266A13 is #D995EC. Grayscale: #4C4C4C. Windows color (decimal): -14259693 or 1272358. OLE color: 1272358.

HSL color Cylindrical-coordinate representation of color #266A13: hue angle of 106.9º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266A13 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB3810619-
CMYK0.6400.820.58
HSL106.9º69.6%24.51%-
HSV(B)106.9º82.08%41.57%-
XYZ6.0710.772.37-
YUV75.7595.97101.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 106 (41.80% from 255) = 65.03%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=23.31%
G=65.03%
B=11.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38106190.6400.820.58106.969.624.51
Hex266A13400523A6b4619
Octal461522310001227215310631
Binary1001101101010100111000000010100101110101101011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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