Html Css Color HEX #325527 Palm Leaf

📋 copy color: '#325527'

red 50 ◦ green 85 ◦ blue 39

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

Shades of Palm Leaf #325527

Tints of Palm Leaf #325527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 28.74%
G = 48.85%
B = 22.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#325527 (or 0x325527) is known color: Palm Leaf. HEX triplet: 32, 55 and 27. RGB value is (50,85,39). Sum of RGB (Red+Green+Blue) = 50+85+39=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #325527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325527 is #CDAAD8. Grayscale: #454545. Windows color (decimal): -13478617 or 2577714. OLE color: 2577714.

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

Color convert

RGB 50 85 39 -
CMYK 0.41 0 0.54 0.67
HSL 105.65º 0.37% 0.24% -
HSV(B) 105.65º 0.54% 0.33% -
XYZ 4.93 7.32 3.07 -
YUV 69.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 50 85 39 0.41 0 0.54 0.67 105.65 0.37 0.24
Hex 32 55 27 29 0 36 43 6A 25 18
Octal 62 125 47 51 0 66 103 152 45 30
Binary 110010 1010101 100111 101001 0 110110 1000011 1101010 100101 11000

Color Harmonies of #325527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325527

Black with #325527

Text Example


Text Example

White with #325527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325527; }

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

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

background-color css

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

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

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

border-color css

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

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

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