#326549

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

Shades of Green Pea #326549

Tints of Green Pea #326549

Color information

#326549 (or 0x326549) is unknown color: approx Green Pea. HEX triplet: 32, 65 and 49. RGB value is (50,101,73). Sum of RGB (Red+Green+Blue) = 50+101+73=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #326549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326549 is #CD9AB6. Grayscale: #525252. Windows color (decimal): -13474487 or 4810034. OLE color: 4810034.

HSL color Cylindrical-coordinate representation of color #326549: hue angle of 147.06º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326549 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB5010173-
CMYK0.5000.280.60
HSL147.06º33.77%29.61%-
HSV(B)147.06º50.5%39.61%-
XYZ7.1710.477.95-
YUV82.56122.6104.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=22.32%
G=45.09%
B=32.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101730.5000.280.60147.0633.7729.61
Hex3265493201C3C93221e
Octal6214511162034742234236
Binary110010110010110010011100100111001111001001001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326549; }

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

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

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

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

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

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

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

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