#326249

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

Shades of Green Pea #326249

Tints of Green Pea #326249

Color information

#326249 (or 0x326249) is unknown color: approx Green Pea. HEX triplet: 32, 62 and 49. RGB value is (50,98,73). Sum of RGB (Red+Green+Blue) = 50+98+73=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #326249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326249 is #CD9DB6. Grayscale: #505050. Windows color (decimal): -13475255 or 4809266. OLE color: 4809266.

HSL color Cylindrical-coordinate representation of color #326249: hue angle of 148.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326249 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB509873-
CMYK0.4900.260.62
HSL148.75º32.43%29.02%-
HSV(B)148.75º48.98%38.43%-
XYZ6.899.897.85-
YUV80.8123.6106.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=22.62%
G=44.34%
B=33.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098730.4900.260.62148.7532.4329.02
Hex3262493101A3E95201d
Octal6214211161032762254035
Binary110010110001010010011100010110101111101001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326249; }

 p { color: rgb(50,98,73); }

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

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

 a { background-color: rgb(50,98,73); }

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

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

 span { border-color: rgb(50,98,73); }

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