#24690D

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

Shades of Bilbao #24690D

Tints of Bilbao #24690D

Color information

#24690D (or 0x24690D) is unknown color: approx Bilbao. HEX triplet: 24, 69 and 0D. RGB value is (36,105,13). Sum of RGB (Red+Green+Blue) = 36+105+13=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #24690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24690D is #DB96F2. Grayscale: #4A4A4A. Windows color (decimal): -14391027 or 878884. OLE color: 878884.

HSL color Cylindrical-coordinate representation of color #24690D: hue angle of 105º degrees, saturation: 0.78, 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 #24690D is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB3610513-
CMYK0.6600.880.59
HSL105º77.97%23.14%-
HSV(B)105º87.62%41.18%-
XYZ5.8510.512.1-
YUV73.8893.64100.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 105 (41.41% from 255) = 68.18%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=23.38%
G=68.18%
B=8.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36105130.6600.880.5910577.9723.14
Hex2469D420583B694e17
Octal441511510201307315111627
Binary100100110100111011000010010110001110111101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24690D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24690D; }

 p { color: rgb(36,105,13); }

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

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

 a { background-color: rgb(36,105,13); }

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

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

 span { border-color: rgb(36,105,13); }

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