Html Css Color HEX #32532D Palm Leaf

📋 copy color: '#32532D'

red 50 ◦ green 83 ◦ blue 45

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

Shades of Palm Leaf #32532D

Tints of Palm Leaf #32532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.63%

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

R = 28.09%
G = 46.63%
B = 25.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#32532D (or 0x32532D) is known color: Palm Leaf. HEX triplet: 32, 53 and 2D. RGB value is (50,83,45). Sum of RGB (Red+Green+Blue) = 50+83+45=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #32532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32532D is #CDACD2. Grayscale: #444444. Windows color (decimal): -13479123 or 2970418. OLE color: 2970418.

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

Color convert

RGB 50 83 45 -
CMYK 0.40 0 0.46 0.67
HSL 112.11º 0.3% 0.25% -
HSV(B) 112.11º 0.46% 0.33% -
XYZ 4.88 7.05 3.59 -
YUV 68.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 50 83 45 0.40 0 0.46 0.67 112.11 0.3 0.25
Hex 32 53 2D 28 0 2E 43 70 1E 19
Octal 62 123 55 50 0 56 103 160 36 31
Binary 110010 1010011 101101 101000 0 101110 1000011 1110000 11110 11001

Color Harmonies of #32532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32532D

Black with #32532D

Text Example


Text Example

White with #32532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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