Html Css Color HEX #24690B Bilbao

📋 copy color: '#24690B'

red 36 ◦ green 105 ◦ blue 11

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

Shades of Bilbao #24690B

Tints of Bilbao #24690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 69.08%

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 23.68%
G = 69.08%
B = 7.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#24690B (or 0x24690B) is known color: Bilbao. HEX triplet: 24, 69 and 0B. RGB value is (36,105,11). Sum of RGB (Red+Green+Blue) = 36+105+11=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #24690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24690B is #DB96F4. Grayscale: #494949. Windows color (decimal): -14391029 or 747812. OLE color: 747812.

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

Color convert

RGB 36 105 11 -
CMYK 0.66 0 0.90 0.59
HSL 104.04º 0.81% 0.23% -
HSV(B) 104.04º 0.9% 0.41% -
XYZ 5.84 10.5 2.04 -
YUV 73.65 92.64 101.14 -
System Red Green Blue C M Y K H S L
Decimal 36 105 11 0.66 0 0.90 0.59 104.04 0.81 0.23
Hex 24 69 B 42 0 5A 3B 68 51 17
Octal 44 151 13 102 0 132 73 150 121 27
Binary 100100 1101001 1011 1000010 0 1011010 111011 1101000 1010001 10111

Color Harmonies of #24690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24690B

Black with #24690B

Text Example


Text Example

White with #24690B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24690B;
 }
 .AnyTagClassName
 {
   color: #24690B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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