Html Css Color HEX #32552A Palm Leaf

📋 copy color: '#32552A'

red 50 ◦ green 85 ◦ blue 42

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

Shades of Palm Leaf #32552A

Tints of Palm Leaf #32552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 28.25%
G = 48.02%
B = 23.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#32552A (or 0x32552A) is known color: Palm Leaf. HEX triplet: 32, 55 and 2A. RGB value is (50,85,42). Sum of RGB (Red+Green+Blue) = 50+85+42=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #32552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32552A is #CDAAD5. Grayscale: #454545. Windows color (decimal): -13478614 or 2774322. OLE color: 2774322.

HSL color Cylindrical-coordinate representation of color #32552A: hue angle of 108.84º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32552A is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 42 -
CMYK 0.41 0 0.51 0.67
HSL 108.84º 0.34% 0.25% -
HSV(B) 108.84º 0.51% 0.33% -
XYZ 4.98 7.34 3.35 -
YUV 69.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 50 85 42 0.41 0 0.51 0.67 108.84 0.34 0.25
Hex 32 55 2A 29 0 33 43 6D 22 19
Octal 62 125 52 51 0 63 103 155 42 31
Binary 110010 1010101 101010 101001 0 110011 1000011 1101101 100010 11001

Color Harmonies of #32552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32552A

Black with #32552A

Text Example


Text Example

White with #32552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,85,42); }

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

background-color css

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

 a { background-color: rgb(50,85,42); }

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

border-color css

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

 span { border-color: rgb(50,85,42); }

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