#325434

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

Shades of Parsley #325434

Tints of Parsley #325434

Color information

#325434 (or 0x325434) is unknown color: approx Parsley. HEX triplet: 32, 54 and 34. RGB value is (50,84,52). Sum of RGB (Red+Green+Blue) = 50+84+52=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #325434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325434 is #CDABCB. Grayscale: #464646. Windows color (decimal): -13478860 or 3429426. OLE color: 3429426.

HSL color Cylindrical-coordinate representation of color #325434: hue angle of 123.53º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325434 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB508452-
CMYK0.4000.380.67
HSL123.53º25.37%26.27%-
HSV(B)123.53º40.48%32.94%-
XYZ5.117.274.38-
YUV70.19117.74113.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=26.88%
G=45.16%
B=27.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084520.4000.380.67123.5325.3726.27
Hex32543428026437c191a
Octal6212464500461031743132
Binary11001010101001101001010000100110100001111111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325434; }

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

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

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

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

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

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

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

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