#326344

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

Shades of Green Pea #326344

Tints of Green Pea #326344

Color information

#326344 (or 0x326344) is unknown color: approx Green Pea. HEX triplet: 32, 63 and 44. RGB value is (50,99,68). Sum of RGB (Red+Green+Blue) = 50+99+68=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #326344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326344 is #CD9CBB. Grayscale: #505050. Windows color (decimal): -13475004 or 4481842. OLE color: 4481842.

HSL color Cylindrical-coordinate representation of color #326344: hue angle of 142.04º 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 #326344 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB509968-
CMYK0.4900.310.61
HSL142.04º32.89%29.22%-
HSV(B)142.04º49.49%38.82%-
XYZ6.8210.027.04-
YUV80.82120.77106.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=23.04%
G=45.62%
B=31.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099680.4900.310.61142.0432.8929.22
Hex3263443101F3D8e211d
Octal6214310461037752164135
Binary110010110001110001001100010111111111011000111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326344; }

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

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

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

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

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

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

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

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