Html Css Color HEX #325825 Palm Leaf

📋 copy color: '#325825'

red 50 ◦ green 88 ◦ blue 37

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

Shades of Palm Leaf #325825

Tints of Palm Leaf #325825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 28.57%
G = 50.29%
B = 21.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#325825 (or 0x325825) is known color: Palm Leaf. HEX triplet: 32, 58 and 25. RGB value is (50,88,37). Sum of RGB (Red+Green+Blue) = 50+88+37=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #325825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325825 is #CDA7DA. Grayscale: #464646. Windows color (decimal): -13477851 or 2447410. OLE color: 2447410.

HSL color Cylindrical-coordinate representation of color #325825: hue angle of 104.71º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325825 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 37 -
CMYK 0.43 0 0.58 0.65
HSL 104.71º 0.41% 0.25% -
HSV(B) 104.71º 0.58% 0.35% -
XYZ 5.14 7.79 2.98 -
YUV 70.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 50 88 37 0.43 0 0.58 0.65 104.71 0.41 0.25
Hex 32 58 25 2B 0 3A 41 69 29 19
Octal 62 130 45 53 0 72 101 151 51 31
Binary 110010 1011000 100101 101011 0 111010 1000001 1101001 101001 11001

Color Harmonies of #325825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325825

Black with #325825

Text Example


Text Example

White with #325825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325825; }

 p { color: rgb(50,88,37); }

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

background-color css

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

 a { background-color: rgb(50,88,37); }

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

border-color css

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

 span { border-color: rgb(50,88,37); }

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