Html Css Color HEX #325229 Palm Leaf

📋 copy color: '#325229'

red 50 ◦ green 82 ◦ blue 41

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

Shades of Palm Leaf #325229

Tints of Palm Leaf #325229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 41 (16.41% from 255) = 23.7%

R = 28.9%
G = 47.4%
B = 23.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#325229 (or 0x325229) is known color: Palm Leaf. HEX triplet: 32, 52 and 29. RGB value is (50,82,41). Sum of RGB (Red+Green+Blue) = 50+82+41=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #325229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325229 is #CDADD6. Grayscale: #434343. Windows color (decimal): -13479383 or 2708018. OLE color: 2708018.

HSL color Cylindrical-coordinate representation of color #325229: hue angle of 106.83º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325229 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 41 -
CMYK 0.39 0 0.50 0.68
HSL 106.83º 0.33% 0.24% -
HSV(B) 106.83º 0.5% 0.32% -
XYZ 4.73 6.87 3.17 -
YUV 67.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 50 82 41 0.39 0 0.50 0.68 106.83 0.33 0.24
Hex 32 52 29 27 0 32 44 6B 21 18
Octal 62 122 51 47 0 62 104 153 41 30
Binary 110010 1010010 101001 100111 0 110010 1000100 1101011 100001 11000

Color Harmonies of #325229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325229

Black with #325229

Text Example


Text Example

White with #325229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325229; }

 p { color: rgb(50,82,41); }

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

background-color css

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

 a { background-color: rgb(50,82,41); }

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

border-color css

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

 span { border-color: rgb(50,82,41); }

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