#24680C

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

Shades of Bilbao #24680C

Tints of Bilbao #24680C

Color information

#24680C (or 0x24680C) is unknown color: approx Bilbao. HEX triplet: 24, 68 and 0C. RGB value is (36,104,12). Sum of RGB (Red+Green+Blue) = 36+104+12=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #24680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24680C is #DB97F3. Grayscale: #494949. Windows color (decimal): -14391284 or 813092. OLE color: 813092.

HSL color Cylindrical-coordinate representation of color #24680C: hue angle of 104.35º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24680C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB3610412-
CMYK0.6500.880.59
HSL104.35º79.31%22.75%-
HSV(B)104.35º88.46%40.78%-
XYZ5.7410.32.03-
YUV73.1893.47101.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 104 (41.02% from 255) = 68.42%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=23.68%
G=68.42%
B=7.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36104120.6500.880.59104.3579.3122.75
Hex2468C410583B684f17
Octal441501410101307315011727
Binary100100110100011001000001010110001110111101000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24680C; }

 p { color: rgb(36,104,12); }

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

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

 a { background-color: rgb(36,104,12); }

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

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

 span { border-color: rgb(36,104,12); }

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