#325134

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

Shades of Parsley #325134

Tints of Parsley #325134

Color information

#325134 (or 0x325134) is unknown color: approx Parsley. HEX triplet: 32, 51 and 34. RGB value is (50,81,52). Sum of RGB (Red+Green+Blue) = 50+81+52=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #325134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325134 is #CDAECB. Grayscale: #444444. Windows color (decimal): -13479628 or 3428658. OLE color: 3428658.

HSL color Cylindrical-coordinate representation of color #325134: hue angle of 123.87º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325134 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB508152-
CMYK0.3800.360.68
HSL123.87º23.66%25.69%-
HSV(B)123.87º38.27%31.76%-
XYZ4.886.814.31-
YUV68.42118.73114.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=27.32%
G=44.26%
B=28.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081520.3800.360.68123.8723.6625.69
Hex32513426024447c181a
Octal6212164460441041743032
Binary11001010100011101001001100100100100010011111001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325134; }

 p { color: rgb(50,81,52); }

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

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

 a { background-color: rgb(50,81,52); }

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

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

 span { border-color: rgb(50,81,52); }

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