Html Css Color HEX #24320B Pine Tree

📋 copy color: '#24320B'

red 36 ◦ green 50 ◦ blue 11

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

Shades of Pine Tree #24320B

Tints of Pine Tree #24320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 51.55%

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

R = 37.11%
G = 51.55%
B = 11.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#24320B (or 0x24320B) is known color: Pine Tree. HEX triplet: 24, 32 and 0B. RGB value is (36,50,11). Sum of RGB (Red+Green+Blue) = 36+50+11=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #24320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24320B is #DBCDF4. Grayscale: #292929. Windows color (decimal): -14405109 or 733732. OLE color: 733732.

HSL color Cylindrical-coordinate representation of color #24320B: hue angle of 81.54º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24320B is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 50 11 -
CMYK 0.28 0 0.78 0.80
HSL 81.54º 0.64% 0.12% -
HSV(B) 81.54º 0.78% 0.2% -
XYZ 1.93 2.68 0.73 -
YUV 41.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 36 50 11 0.28 0 0.78 0.80 81.54 0.64 0.12
Hex 24 32 B 1C 0 4E 50 52 40 C
Octal 44 62 13 34 0 116 120 122 100 14
Binary 100100 110010 1011 11100 0 1001110 1010000 1010010 1000000 1100

Color Harmonies of #24320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24320B

Black with #24320B

Text Example


Text Example

White with #24320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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