#326B49

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

Shades of Green Pea #326B49

Tints of Green Pea #326B49

Color information

#326B49 (or 0x326B49) is unknown color: approx Green Pea. HEX triplet: 32, 6B and 49. RGB value is (50,107,73). Sum of RGB (Red+Green+Blue) = 50+107+73=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #326B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B49 is #CD94B6. Grayscale: #565656. Windows color (decimal): -13472951 or 4811570. OLE color: 4811570.

HSL color Cylindrical-coordinate representation of color #326B49: hue angle of 144.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B49 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB5010773-
CMYK0.5300.320.58
HSL144.21º36.31%30.78%-
HSV(B)144.21º53.27%41.96%-
XYZ7.7811.678.15-
YUV86.08120.62102.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=21.74%
G=46.52%
B=31.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50107730.5300.320.58144.2136.3130.78
Hex326B49350203A90241f
Octal6215311165040722204437
Binary1100101101011100100111010101000001110101001000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326B49; }

 p { color: rgb(50,107,73); }

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

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

 a { background-color: rgb(50,107,73); }

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

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

 span { border-color: rgb(50,107,73); }

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