#246B10

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

Shades of Bilbao #246B10

Tints of Bilbao #246B10

Color information

#246B10 (or 0x246B10) is unknown color: approx Bilbao. HEX triplet: 24, 6B and 10. RGB value is (36,107,16). Sum of RGB (Red+Green+Blue) = 36+107+16=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #246B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246B10 is #DB94EF. Grayscale: #4B4B4B. Windows color (decimal): -14390512 or 1076004. OLE color: 1076004.

HSL color Cylindrical-coordinate representation of color #246B10: hue angle of 106.81º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #246B10 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB3610716-
CMYK0.6600.850.58
HSL106.81º73.98%24.12%-
HSV(B)106.81º85.05%41.96%-
XYZ6.0810.932.28-
YUV75.494.4899.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 107 (42.19% from 255) = 67.30%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=22.64%
G=67.30%
B=10.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36107160.6600.850.58106.8173.9824.12
Hex246B10420553A6b4a18
Octal441532010201257215311230
Binary1001001101011100001000010010101011110101101011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246B10; }

 p { color: rgb(36,107,16); }

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

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

 a { background-color: rgb(36,107,16); }

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

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

 span { border-color: rgb(36,107,16); }

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