Html Css Color HEX #32552D Palm Leaf

📋 copy color: '#32552D'

red 50 ◦ green 85 ◦ blue 45

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

Shades of Palm Leaf #32552D

Tints of Palm Leaf #32552D

RGB

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

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

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

R = 27.78%
G = 47.22%
B = 25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#32552D (or 0x32552D) is known color: Palm Leaf. HEX triplet: 32, 55 and 2D. RGB value is (50,85,45). Sum of RGB (Red+Green+Blue) = 50+85+45=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #32552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32552D is #CDAAD2. Grayscale: #464646. Windows color (decimal): -13478611 or 2970930. OLE color: 2970930.

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

Color convert

RGB 50 85 45 -
CMYK 0.41 0 0.47 0.67
HSL 112.5º 0.31% 0.25% -
HSV(B) 112.5º 0.47% 0.33% -
XYZ 5.04 7.36 3.64 -
YUV 69.98 113.9 113.75 -
System Red Green Blue C M Y K H S L
Decimal 50 85 45 0.41 0 0.47 0.67 112.5 0.31 0.25
Hex 32 55 2D 29 0 2F 43 70 1F 19
Octal 62 125 55 51 0 57 103 160 37 31
Binary 110010 1010101 101101 101001 0 101111 1000011 1110000 11111 11001

Color Harmonies of #32552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32552D

Black with #32552D

Text Example


Text Example

White with #32552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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