#326547

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

Shades of Green Pea #326547

Tints of Green Pea #326547

Color information

#326547 (or 0x326547) is unknown color: approx Green Pea. HEX triplet: 32, 65 and 47. RGB value is (50,101,71). Sum of RGB (Red+Green+Blue) = 50+101+71=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #326547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326547 is #CD9AB8. Grayscale: #525252. Windows color (decimal): -13474489 or 4678962. OLE color: 4678962.

HSL color Cylindrical-coordinate representation of color #326547: hue angle of 144.71º 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 #326547 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB5010171-
CMYK0.5000.300.60
HSL144.71º33.77%29.61%-
HSV(B)144.71º50.5%39.61%-
XYZ7.1110.447.6-
YUV82.33121.6104.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=22.52%
G=45.50%
B=31.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101710.5000.300.60144.7133.7729.61
Hex3265473201E3C91221e
Octal6214510762036742214236
Binary110010110010110001111100100111101111001001000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326547; }

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

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

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

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

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

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

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

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