#326947

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

Shades of Green Pea #326947

Tints of Green Pea #326947

Color information

#326947 (or 0x326947) is unknown color: approx Green Pea. HEX triplet: 32, 69 and 47. RGB value is (50,105,71). Sum of RGB (Red+Green+Blue) = 50+105+71=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #326947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326947 is #CD96B8. Grayscale: #545454. Windows color (decimal): -13473465 or 4679986. OLE color: 4679986.

HSL color Cylindrical-coordinate representation of color #326947: hue angle of 142.91º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326947 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB5010571-
CMYK0.5200.320.59
HSL142.91º35.48%30.39%-
HSV(B)142.91º52.38%41.18%-
XYZ7.511.247.73-
YUV84.68120.28103.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=22.12%
G=46.46%
B=31.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105710.5200.320.59142.9135.4830.39
Hex326947340203B8f231e
Octal6215110764040732174336
Binary1100101101001100011111010001000001110111000111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326947; }

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

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

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

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

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

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

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

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