#325834

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

Shades of Parsley #325834

Tints of Parsley #325834

Color information

#325834 (or 0x325834) is unknown color: approx Parsley. HEX triplet: 32, 58 and 34. RGB value is (50,88,52). Sum of RGB (Red+Green+Blue) = 50+88+52=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #325834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325834 is #CDA7CB. Grayscale: #484848. Windows color (decimal): -13477836 or 3430450. OLE color: 3430450.

HSL color Cylindrical-coordinate representation of color #325834: hue angle of 123.16º 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 #325834 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB508852-
CMYK0.4300.410.65
HSL123.16º27.54%27.06%-
HSV(B)123.16º43.18%34.51%-
XYZ5.427.914.49-
YUV72.53116.41111.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=26.32%
G=46.32%
B=27.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088520.4300.410.65123.1627.5427.06
Hex3258342B029417b1c1b
Octal6213064530511011733433
Binary11001010110001101001010110101001100000111110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325834; }

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

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

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

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

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

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

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

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