#326244

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

Shades of Green Pea #326244

Tints of Green Pea #326244

Color information

#326244 (or 0x326244) is unknown color: approx Green Pea. HEX triplet: 32, 62 and 44. RGB value is (50,98,68). Sum of RGB (Red+Green+Blue) = 50+98+68=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #326244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326244 is #CD9DBB. Grayscale: #505050. Windows color (decimal): -13475260 or 4481586. OLE color: 4481586.

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

Color convert

RGB509868-
CMYK0.4900.310.62
HSL142.5º32.43%29.02%-
HSV(B)142.5º48.98%38.43%-
XYZ6.739.837.01-
YUV80.23121.1106.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=23.15%
G=45.37%
B=31.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098680.4900.310.62142.532.4329.02
Hex3262443101F3E8e201d
Octal6214210461037762164035
Binary110010110001010001001100010111111111101000111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326244; }

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

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

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

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

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

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

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

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