#325A44

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

Shades of Green Pea #325A44

Tints of Green Pea #325A44

Color information

#325A44 (or 0x325A44) is unknown color: approx Green Pea. HEX triplet: 32, 5A and 44. RGB value is (50,90,68). Sum of RGB (Red+Green+Blue) = 50+90+68=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #325A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A44 is #CDA5BB. Grayscale: #4B4B4B. Windows color (decimal): -13477308 or 4479538. OLE color: 4479538.

HSL color Cylindrical-coordinate representation of color #325A44: hue angle of 147º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A44 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB509068-
CMYK0.4400.240.65
HSL147º28.57%27.45%-
HSV(B)147º44.44%35.29%-
XYZ6.018.416.77-
YUV75.53123.75109.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=24.04%
G=43.27%
B=32.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090680.4400.240.6514728.5727.45
Hex325A442C01841931d1b
Octal62132104540301012233533
Binary110010101101010001001011000110001000001100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,68); }

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

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

 a { background-color: rgb(50,90,68); }

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

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

 span { border-color: rgb(50,90,68); }

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