Html Css Color HEX #32521D Palm Leaf

📋 copy color: '#32521D'

red 50 ◦ green 82 ◦ blue 29

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

Shades of Palm Leaf #32521D

Tints of Palm Leaf #32521D

RGB

 RED value IS 50 (19.92% from 255) = 31.06%

 GREEN value IS 82 (32.42% from 255) = 50.93%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 31.06%
G = 50.93%
B = 18.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#32521D (or 0x32521D) is known color: Palm Leaf. HEX triplet: 32, 52 and 1D. RGB value is (50,82,29). Sum of RGB (Red+Green+Blue) = 50+82+29=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #32521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32521D is #CDADE2. Grayscale: #424242. Windows color (decimal): -13479395 or 1921586. OLE color: 1921586.

HSL color Cylindrical-coordinate representation of color #32521D: hue angle of 96.23º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32521D is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 29 -
CMYK 0.39 0 0.65 0.68
HSL 96.23º 0.48% 0.22% -
HSV(B) 96.23º 0.65% 0.32% -
XYZ 4.55 6.8 2.24 -
YUV 66.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 50 82 29 0.39 0 0.65 0.68 96.23 0.48 0.22
Hex 32 52 1D 27 0 41 44 60 30 16
Octal 62 122 35 47 0 101 104 140 60 26
Binary 110010 1010010 11101 100111 0 1000001 1000100 1100000 110000 10110

Color Harmonies of #32521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32521D

Black with #32521D

Text Example


Text Example

White with #32521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,82,29); }

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

background-color css

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

 a { background-color: rgb(50,82,29); }

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

border-color css

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

 span { border-color: rgb(50,82,29); }

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