#325B37

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

Shades of Parsley #325B37

Tints of Parsley #325B37

Color information

#325B37 (or 0x325B37) is unknown color: approx Parsley. HEX triplet: 32, 5B and 37. RGB value is (50,91,55). Sum of RGB (Red+Green+Blue) = 50+91+55=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #325B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B37 is #CDA4C8. Grayscale: #4A4A4A. Windows color (decimal): -13477065 or 3627826. OLE color: 3627826.

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

Color convert

RGB509155-
CMYK0.4500.400.64
HSL127.32º29.08%27.65%-
HSV(B)127.32º45.05%35.69%-
XYZ5.758.444.94-
YUV74.64116.92110.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 91 (35.94% from 255) = 46.43%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=25.51%
G=46.43%
B=28.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091550.4500.400.64127.3229.0827.65
Hex325B372D028407f1d1c
Octal6213367550501001773534
Binary11001010110111101111011010101000100000011111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,91,55); }

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

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

 a { background-color: rgb(50,91,55); }

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

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

 span { border-color: rgb(50,91,55); }

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