#24680B

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

Shades of Bilbao #24680B

Tints of Bilbao #24680B

Color information

#24680B (or 0x24680B) is unknown color: approx Bilbao. HEX triplet: 24, 68 and 0B. RGB value is (36,104,11). Sum of RGB (Red+Green+Blue) = 36+104+11=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #24680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24680B is #DB97F4. Grayscale: #494949. Windows color (decimal): -14391285 or 747556. OLE color: 747556.

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

Color convert

RGB3610411-
CMYK0.6500.890.59
HSL103.87º80.87%22.55%-
HSV(B)103.87º89.42%40.78%-
XYZ5.7410.32-
YUV73.0792.97101.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=23.84%
G=68.87%
B=7.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36104110.6500.890.59103.8780.8722.55
Hex2468B410593B685117
Octal441501310101317315012127
Binary100100110100010111000001010110011110111101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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