#247008

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

Shades of Bilbao #247008

Tints of Bilbao #247008

Color information

#247008 (or 0x247008) is unknown color: approx Bilbao. HEX triplet: 24, 70 and 08. RGB value is (36,112,8). Sum of RGB (Red+Green+Blue) = 36+112+8=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #247008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247008 is #DB8FF7. Grayscale: #4D4D4D. Windows color (decimal): -14389240 or 552996. OLE color: 552996.

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

Color convert

RGB361128-
CMYK0.6800.930.56
HSL103.85º86.67%23.53%-
HSV(B)103.85º92.86%43.92%-
XYZ6.5711.982.2-
YUV77.4288.8298.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 112 (44.14% from 255) = 71.79%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=23.08%
G=71.79%
B=5.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3611280.6800.930.56103.8586.6723.53
Hex247084405D38685718
Octal441601010401357015012730
Binary100100111000010001000100010111011110001101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247008; }

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

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

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

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

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

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

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

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