#326346

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

Shades of Green Pea #326346

Tints of Green Pea #326346

Color information

#326346 (or 0x326346) is unknown color: approx Green Pea. HEX triplet: 32, 63 and 46. RGB value is (50,99,70). Sum of RGB (Red+Green+Blue) = 50+99+70=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #326346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326346 is #CD9CB9. Grayscale: #515151. Windows color (decimal): -13475002 or 4612914. OLE color: 4612914.

HSL color Cylindrical-coordinate representation of color #326346: hue angle of 144.49º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326346 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB509970-
CMYK0.4900.290.61
HSL144.49º32.89%29.22%-
HSV(B)144.49º49.49%38.82%-
XYZ6.8810.047.37-
YUV81.04121.77105.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=22.83%
G=45.21%
B=31.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099700.4900.290.61144.4932.8929.22
Hex3263463101D3D90211d
Octal6214310661035752204135
Binary110010110001110001101100010111011111011001000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326346; }

 p { color: rgb(50,99,70); }

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

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

 a { background-color: rgb(50,99,70); }

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

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

 span { border-color: rgb(50,99,70); }

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