#325D46

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

Shades of Green Pea #325D46

Tints of Green Pea #325D46

Color information

#325D46 (or 0x325D46) is unknown color: approx Green Pea. HEX triplet: 32, 5D and 46. RGB value is (50,93,70). Sum of RGB (Red+Green+Blue) = 50+93+70=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #325D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D46 is #CDA2B9. Grayscale: #4D4D4D. Windows color (decimal): -13476538 or 4611378. OLE color: 4611378.

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

Color convert

RGB509370-
CMYK0.4600.250.64
HSL147.91º30.07%28.04%-
HSV(B)147.91º46.24%36.47%-
XYZ6.348.957.19-
YUV77.52123.75108.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 70 (27.73% from 255) = 32.86%
R=23.47%
G=43.66%
B=32.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093700.4600.250.64147.9130.0728.04
Hex325D462E01940941e1c
Octal62135106560311002243634
Binary110010101110110001101011100110011000000100101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,70); }

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

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

 a { background-color: rgb(50,93,70); }

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

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

 span { border-color: rgb(50,93,70); }

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