Html Css Color HEX #24690F Bilbao

📋 copy color: '#24690F'

red 36 ◦ green 105 ◦ blue 15

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

Shades of Bilbao #24690F

Tints of Bilbao #24690F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 23.08%
G = 67.31%
B = 9.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#24690F (or 0x24690F) is known color: Bilbao. HEX triplet: 24, 69 and 0F. RGB value is (36,105,15). Sum of RGB (Red+Green+Blue) = 36+105+15=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #24690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24690F is #DB96F0. Grayscale: #4A4A4A. Windows color (decimal): -14391025 or 1009956. OLE color: 1009956.

HSL color Cylindrical-coordinate representation of color #24690F: hue angle of 106º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24690F is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 105 15 -
CMYK 0.66 0 0.86 0.59
HSL 106º 0.75% 0.24% -
HSV(B) 106º 0.86% 0.41% -
XYZ 5.87 10.51 2.17 -
YUV 74.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 36 105 15 0.66 0 0.86 0.59 106 0.75 0.24
Hex 24 69 F 42 0 56 3B 6A 4B 18
Octal 44 151 17 102 0 126 73 152 113 30
Binary 100100 1101001 1111 1000010 0 1010110 111011 1101010 1001011 11000

Color Harmonies of #24690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24690F

Black with #24690F

Text Example


Text Example

White with #24690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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