#325C38

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

Shades of Parsley #325C38

Tints of Parsley #325C38

Color information

#325C38 (or 0x325C38) is unknown color: approx Parsley. HEX triplet: 32, 5C and 38. RGB value is (50,92,56). Sum of RGB (Red+Green+Blue) = 50+92+56=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #325C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C38 is #CDA3C7. Grayscale: #4B4B4B. Windows color (decimal): -13476808 or 3693618. OLE color: 3693618.

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

Color convert

RGB509256-
CMYK0.4600.390.64
HSL128.57º29.58%27.84%-
HSV(B)128.57º45.65%36.08%-
XYZ5.868.625.1-
YUV75.34117.09109.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 92 (36.33% from 255) = 46.46%
BLUE value IS 56 (22.27% from 255) = 28.28%
R=25.25%
G=46.46%
B=28.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092560.4600.390.64128.5729.5827.84
Hex325C382E02740811e1c
Octal6213470560471002013634
Binary110010101110011100010111001001111000000100000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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