Html Css Color HEX #24680D Bilbao

📋 copy color: '#24680D'

red 36 ◦ green 104 ◦ blue 13

#24680D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #24680D

Tints of Bilbao #24680D

RGB

 RED value IS 36 (14.45% from 255) = 23.53%

 GREEN value IS 104 (41.02% from 255) = 67.97%

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 23.53%
G = 67.97%
B = 8.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#24680D (or 0x24680D) is known color: Bilbao. HEX triplet: 24, 68 and 0D. RGB value is (36,104,13). Sum of RGB (Red+Green+Blue) = 36+104+13=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #24680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24680D is #DB97F2. Grayscale: #494949. Windows color (decimal): -14391283 or 878628. OLE color: 878628.

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

Color convert

RGB 36 104 13 -
CMYK 0.65 0 0.88 0.59
HSL 104.84º 0.78% 0.23% -
HSV(B) 104.84º 0.88% 0.41% -
XYZ 5.75 10.3 2.07 -
YUV 73.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 36 104 13 0.65 0 0.88 0.59 104.84 0.78 0.23
Hex 24 68 D 41 0 58 3B 69 4E 17
Octal 44 150 15 101 0 130 73 151 116 27
Binary 100100 1101000 1101 1000001 0 1011000 111011 1101001 1001110 10111

Color Harmonies of #24680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24680D

Black with #24680D

Text Example


Text Example

White with #24680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24680D;
 }
 .AnyTagClassName
 {
   color: #24680D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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