#247006

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

Shades of Bilbao #247006

Tints of Bilbao #247006

Color information

#247006 (or 0x247006) is unknown color: approx Bilbao. HEX triplet: 24, 70 and 06. RGB value is (36,112,6). Sum of RGB (Red+Green+Blue) = 36+112+6=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #247006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #247006 is #DB8FF9. Grayscale: #4D4D4D. Windows color (decimal): -14389242 or 421924. OLE color: 421924.

HSL color Cylindrical-coordinate representation of color #247006: hue angle of 103.02º degrees, saturation: 0.9, 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 #247006 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB361126-
CMYK0.6800.950.56
HSL103.02º89.83%23.14%-
HSV(B)103.02º94.64%43.92%-
XYZ6.5511.982.14-
YUV77.1987.8298.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 112 (44.14% from 255) = 72.73%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=23.38%
G=72.73%
B=3.90%

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
Decimal3611260.6800.950.56103.0289.8323.14
Hex247064405F38675a17
Octal44160610401377014713227
Binary10010011100001101000100010111111110001100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247006; }

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

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

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

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

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

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

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

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