#326046

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

Shades of Green Pea #326046

Tints of Green Pea #326046

Color information

#326046 (or 0x326046) is unknown color: approx Green Pea. HEX triplet: 32, 60 and 46. RGB value is (50,96,70). Sum of RGB (Red+Green+Blue) = 50+96+70=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #326046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326046 is #CD9FB9. Grayscale: #4F4F4F. Windows color (decimal): -13475770 or 4612146. OLE color: 4612146.

HSL color Cylindrical-coordinate representation of color #326046: hue angle of 146.09º 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 #326046 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB509670-
CMYK0.4800.270.62
HSL146.09º31.51%28.63%-
HSV(B)146.09º47.92%37.65%-
XYZ6.69.497.28-
YUV79.28122.76107.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=23.15%
G=44.44%
B=32.41%

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
Decimal5096700.4800.270.62146.0931.5128.63
Hex3260463001B3E92201d
Octal6214010660033762224035
Binary110010110000010001101100000110111111101001001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326046; }

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

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

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

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

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

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

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

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