Html Css Color HEX #32522D Palm Leaf

📋 copy color: '#32522D'

red 50 ◦ green 82 ◦ blue 45

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

Shades of Palm Leaf #32522D

Tints of Palm Leaf #32522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 28.25%
G = 46.33%
B = 25.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#32522D (or 0x32522D) is known color: Palm Leaf. HEX triplet: 32, 52 and 2D. RGB value is (50,82,45). Sum of RGB (Red+Green+Blue) = 50+82+45=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #32522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32522D is #CDADD2. Grayscale: #444444. Windows color (decimal): -13479379 or 2970162. OLE color: 2970162.

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

Color convert

RGB 50 82 45 -
CMYK 0.39 0 0.45 0.68
HSL 111.89º 0.29% 0.25% -
HSV(B) 111.89º 0.45% 0.32% -
XYZ 4.81 6.9 3.56 -
YUV 68.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 50 82 45 0.39 0 0.45 0.68 111.89 0.29 0.25
Hex 32 52 2D 27 0 2D 44 70 1D 19
Octal 62 122 55 47 0 55 104 160 35 31
Binary 110010 1010010 101101 100111 0 101101 1000100 1110000 11101 11001

Color Harmonies of #32522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32522D

Black with #32522D

Text Example


Text Example

White with #32522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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