#247005

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

Shades of Bilbao #247005

Tints of Bilbao #247005

Color information

#247005 (or 0x247005) is unknown color: approx Bilbao. HEX triplet: 24, 70 and 05. RGB value is (36,112,5). Sum of RGB (Red+Green+Blue) = 36+112+5=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #247005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247005 is #DB8FFA. Grayscale: #4D4D4D. Windows color (decimal): -14389243 or 356388. OLE color: 356388.

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

Color convert

RGB361125-
CMYK0.6800.960.56
HSL102.62º91.45%22.94%-
HSV(B)102.62º95.54%43.92%-
XYZ6.5511.972.11-
YUV77.0887.3298.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 112 (44.14% from 255) = 73.20%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=23.53%
G=73.20%
B=3.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3611250.6800.960.56102.6291.4522.94
Hex247054406038675b17
Octal44160510401407014713327
Binary10010011100001011000100011000001110001100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247005; }

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

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

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

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

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

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

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

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