#24700A

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

Shades of Bilbao #24700A

Tints of Bilbao #24700A

Color information

#24700A (or 0x24700A) is unknown color: approx Bilbao. HEX triplet: 24, 70 and 0A. RGB value is (36,112,10). Sum of RGB (Red+Green+Blue) = 36+112+10=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #24700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24700A is #DB8FF5. Grayscale: #4D4D4D. Windows color (decimal): -14389238 or 684068. OLE color: 684068.

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

Color convert

RGB3611210-
CMYK0.6800.910.56
HSL104.71º83.61%23.92%-
HSV(B)104.71º91.07%43.92%-
XYZ6.5811.992.25-
YUV77.6589.8298.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=22.78%
G=70.89%
B=6.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36112100.6800.910.56104.7183.6123.92
Hex2470A4405B38695418
Octal441601210401337015112430
Binary100100111000010101000100010110111110001101001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24700A; }

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

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

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

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

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

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

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

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