#325B38

Color #325B38 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #325B38

Tints of Parsley #325B38

Color information

#325B38 (or 0x325B38) is unknown color: approx Parsley. HEX triplet: 32, 5B and 38. RGB value is (50,91,56). Sum of RGB (Red+Green+Blue) = 50+91+56=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #325B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B38 is #CDA4C7. Grayscale: #4A4A4A. Windows color (decimal): -13477064 or 3693362. OLE color: 3693362.

HSL color Cylindrical-coordinate representation of color #325B38: hue angle of 128.78º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B38 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB509156-
CMYK0.4500.380.64
HSL128.78º29.08%27.65%-
HSV(B)128.78º45.05%35.69%-
XYZ5.778.455.07-
YUV74.75117.42110.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=25.38%
G=46.19%
B=28.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091560.4500.380.64128.7829.0827.65
Hex325B382D02640811d1c
Octal6213370550461002013534
Binary110010101101111100010110101001101000000100000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,91,56); }

 H1.HeaderClassName
 {
   color: #325B38;
 }
 .AnyTagClassName
 {
   color: #325B38;
 }
</style>
background-color css

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

 a { background-color: rgb(50,91,56); }

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

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

 span { border-color: rgb(50,91,56); }

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