#326844

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

Shades of Green Pea #326844

Tints of Green Pea #326844

Color information

#326844 (or 0x326844) is unknown color: approx Green Pea. HEX triplet: 32, 68 and 44. RGB value is (50,104,68). Sum of RGB (Red+Green+Blue) = 50+104+68=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #326844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326844 is #CD97BB. Grayscale: #535353. Windows color (decimal): -13473724 or 4483122. OLE color: 4483122.

HSL color Cylindrical-coordinate representation of color #326844: hue angle of 140º 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 #326844 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB5010468-
CMYK0.5200.350.59
HSL140º35.06%30.2%-
HSV(B)140º51.92%40.78%-
XYZ7.31117.21-
YUV83.75119.11103.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=22.52%
G=46.85%
B=30.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104680.5200.350.5914035.0630.2
Hex326844340233B8c231e
Octal6215010464043732144336
Binary1100101101000100010011010001000111110111000110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326844; }

 p { color: rgb(50,104,68); }

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

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

 a { background-color: rgb(50,104,68); }

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

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

 span { border-color: rgb(50,104,68); }

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