#325838

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

Shades of Parsley #325838

Tints of Parsley #325838

Color information

#325838 (or 0x325838) is unknown color: approx Parsley. HEX triplet: 32, 58 and 38. RGB value is (50,88,56). Sum of RGB (Red+Green+Blue) = 50+88+56=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #325838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325838 is #CDA7C7. Grayscale: #494949. Windows color (decimal): -13477832 or 3692594. OLE color: 3692594.

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

Color convert

RGB508856-
CMYK0.4300.360.65
HSL129.47º27.54%27.06%-
HSV(B)129.47º43.18%34.51%-
XYZ5.527.944.98-
YUV72.99118.41111.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=25.77%
G=45.36%
B=28.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088560.4300.360.65129.4727.5427.06
Hex3258382B02441811c1b
Octal6213070530441012013433
Binary110010101100011100010101101001001000001100000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325838; }

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

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

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

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

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

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

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

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