Html Css Color HEX #325524 Palm Leaf

📋 copy color: '#325524'

red 50 ◦ green 85 ◦ blue 36

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

Shades of Palm Leaf #325524

Tints of Palm Leaf #325524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.05%

R = 29.24%
G = 49.71%
B = 21.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#325524 (or 0x325524) is known color: Palm Leaf. HEX triplet: 32, 55 and 24. RGB value is (50,85,36). Sum of RGB (Red+Green+Blue) = 50+85+36=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #325524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325524 is #CDAADB. Grayscale: #454545. Windows color (decimal): -13478620 or 2381106. OLE color: 2381106.

HSL color Cylindrical-coordinate representation of color #325524: hue angle of 102.86º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325524 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 36 -
CMYK 0.41 0 0.58 0.67
HSL 102.86º 0.4% 0.24% -
HSV(B) 102.86º 0.58% 0.33% -
XYZ 4.88 7.3 2.82 -
YUV 68.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 50 85 36 0.41 0 0.58 0.67 102.86 0.4 0.24
Hex 32 55 24 29 0 3A 43 67 28 18
Octal 62 125 44 51 0 72 103 147 50 30
Binary 110010 1010101 100100 101001 0 111010 1000011 1100111 101000 11000

Color Harmonies of #325524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325524

Black with #325524

Text Example


Text Example

White with #325524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325524; }

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

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

background-color css

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

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

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

border-color css

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

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

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