Html Css Color HEX #325F15 Palm Leaf

📋 copy color: '#325F15'

red 50 ◦ green 95 ◦ blue 21

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

Shades of Palm Leaf #325F15

Tints of Palm Leaf #325F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.23%

 BLUE value IS 21 (8.59% from 255) = 12.65%

R = 30.12%
G = 57.23%
B = 12.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#325F15 (or 0x325F15) is known color: Palm Leaf. HEX triplet: 32, 5F and 15. RGB value is (50,95,21). Sum of RGB (Red+Green+Blue) = 50+95+21=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #325F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325F15 is #CDA0EA. Grayscale: #494949. Windows color (decimal): -13476075 or 1400626. OLE color: 1400626.

HSL color Cylindrical-coordinate representation of color #325F15: hue angle of 96.49º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325F15 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 95 21 -
CMYK 0.47 0 0.78 0.63
HSL 96.49º 0.64% 0.23% -
HSV(B) 96.49º 0.78% 0.37% -
XYZ 5.54 8.92 2.14 -
YUV 73.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 50 95 21 0.47 0 0.78 0.63 96.49 0.64 0.23
Hex 32 5F 15 2F 0 4E 3F 60 40 17
Octal 62 137 25 57 0 116 77 140 100 27
Binary 110010 1011111 10101 101111 0 1001110 111111 1100000 1000000 10111

Color Harmonies of #325F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F15

Black with #325F15

Text Example


Text Example

White with #325F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,21); }

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

background-color css

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

 a { background-color: rgb(50,95,21); }

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

border-color css

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

 span { border-color: rgb(50,95,21); }

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