#24680E

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

Shades of Bilbao #24680E

Tints of Bilbao #24680E

Color information

#24680E (or 0x24680E) is unknown color: approx Bilbao. HEX triplet: 24, 68 and 0E. RGB value is (36,104,14). Sum of RGB (Red+Green+Blue) = 36+104+14=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #24680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24680E is #DB97F1. Grayscale: #494949. Windows color (decimal): -14391282 or 944164. OLE color: 944164.

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

Color convert

RGB3610414-
CMYK0.6500.870.59
HSL105.33º76.27%23.14%-
HSV(B)105.33º86.54%40.78%-
XYZ5.7610.312.1-
YUV73.4194.47101.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 14 (5.86% from 255) = 9.09%
R=23.38%
G=67.53%
B=9.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36104140.6500.870.59105.3376.2723.14
Hex2468E410573B694c17
Octal441501610101277315111427
Binary100100110100011101000001010101111110111101001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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