Html Css Color HEX #24350A Pine Tree

📋 copy color: '#24350A'

red 36 ◦ green 53 ◦ blue 10

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

Shades of Pine Tree #24350A

Tints of Pine Tree #24350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 53.54%

 BLUE value IS 10 (4.3% from 255) = 10.1%

R = 36.36%
G = 53.54%
B = 10.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#24350A (or 0x24350A) is known color: Pine Tree. HEX triplet: 24, 35 and 0A. RGB value is (36,53,10). Sum of RGB (Red+Green+Blue) = 36+53+10=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #24350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24350A is #DBCAF5. Grayscale: #2B2B2B. Windows color (decimal): -14404342 or 668964. OLE color: 668964.

HSL color Cylindrical-coordinate representation of color #24350A: hue angle of 83.72º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24350A is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 53 10 -
CMYK 0.32 0 0.81 0.79
HSL 83.72º 0.68% 0.12% -
HSV(B) 83.72º 0.81% 0.21% -
XYZ 2.06 2.94 0.75 -
YUV 43.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 36 53 10 0.32 0 0.81 0.79 83.72 0.68 0.12
Hex 24 35 A 20 0 51 4F 54 44 C
Octal 44 65 12 40 0 121 117 124 104 14
Binary 100100 110101 1010 100000 0 1010001 1001111 1010100 1000100 1100

Color Harmonies of #24350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24350A

Black with #24350A

Text Example


Text Example

White with #24350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24350A; }

 p { color: rgb(36,53,10); }

 H1.HeaderClassName
 {
   color: #24350A;
 }
 .AnyTagClassName
 {
   color: #24350A;
 }
</style>

background-color css

<style>
 a { background-color: #24350A; }

 a { background-color: rgb(36,53,10); }

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

border-color css

<style>
 span { border-color: #24350A; }

 span { border-color: rgb(36,53,10); }

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