#326147

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

Shades of Green Pea #326147

Tints of Green Pea #326147

Color information

#326147 (or 0x326147) is unknown color: approx Green Pea. HEX triplet: 32, 61 and 47. RGB value is (50,97,71). Sum of RGB (Red+Green+Blue) = 50+97+71=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #326147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326147 is #CD9EB8. Grayscale: #505050. Windows color (decimal): -13475513 or 4677938. OLE color: 4677938.

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

Color convert

RGB509771-
CMYK0.4800.270.62
HSL146.81º31.97%28.82%-
HSV(B)146.81º48.45%38.04%-
XYZ6.739.687.48-
YUV79.98122.93106.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=22.94%
G=44.50%
B=32.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097710.4800.270.62146.8131.9728.82
Hex3261473001B3E93201d
Octal6214110760033762234035
Binary110010110000110001111100000110111111101001001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326147; }

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

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

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

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

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

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

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

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