Html Css Color HEX #325A1E Palm Leaf

📋 copy color: '#325A1E'

red 50 ◦ green 90 ◦ blue 30

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

Shades of Palm Leaf #325A1E

Tints of Palm Leaf #325A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.94%

 BLUE value IS 30 (12.11% from 255) = 17.65%

R = 29.41%
G = 52.94%
B = 17.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#325A1E (or 0x325A1E) is known color: Palm Leaf. HEX triplet: 32, 5A and 1E. RGB value is (50,90,30). Sum of RGB (Red+Green+Blue) = 50+90+30=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #325A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A1E is #CDA5E1. Grayscale: #474747. Windows color (decimal): -13477346 or 1989170. OLE color: 1989170.

HSL color Cylindrical-coordinate representation of color #325A1E: hue angle of 100º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325A1E is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 30 -
CMYK 0.44 0 0.67 0.65
HSL 100º 0.5% 0.24% -
HSV(B) 100º 0.67% 0.35% -
XYZ 5.21 8.08 2.51 -
YUV 71.2 104.75 112.88 -
System Red Green Blue C M Y K H S L
Decimal 50 90 30 0.44 0 0.67 0.65 100 0.5 0.24
Hex 32 5A 1E 2C 0 43 41 64 32 18
Octal 62 132 36 54 0 103 101 144 62 30
Binary 110010 1011010 11110 101100 0 1000011 1000001 1100100 110010 11000

Color Harmonies of #325A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A1E

Black with #325A1E

Text Example


Text Example

White with #325A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325A1E; }

 p { color: rgb(50,90,30); }

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

background-color css

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

 a { background-color: rgb(50,90,30); }

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

border-color css

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

 span { border-color: rgb(50,90,30); }

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