#246F05

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

Shades of Bilbao #246F05

Tints of Bilbao #246F05

Color information

#246F05 (or 0x246F05) is unknown color: approx Bilbao. HEX triplet: 24, 6F and 05. RGB value is (36,111,5). Sum of RGB (Red+Green+Blue) = 36+111+5=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #246F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246F05 is #DB90FA. Grayscale: #4C4C4C. Windows color (decimal): -14389499 or 356132. OLE color: 356132.

HSL color Cylindrical-coordinate representation of color #246F05: hue angle of 102.45º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #246F05 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB361115-
CMYK0.6800.950.56
HSL102.45º91.38%22.75%-
HSV(B)102.45º95.5%43.53%-
XYZ6.4411.752.07-
YUV76.4987.6599.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 111 (43.75% from 255) = 73.03%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=23.68%
G=73.03%
B=3.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3611150.6800.950.56102.4591.3822.75
Hex246F54405F38665b17
Octal44157510401377014613327
Binary10010011011111011000100010111111110001100110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,111,5); }

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

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

 a { background-color: rgb(36,111,5); }

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

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

 span { border-color: rgb(36,111,5); }

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