#326449

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

Shades of Green Pea #326449

Tints of Green Pea #326449

Color information

#326449 (or 0x326449) is unknown color: approx Green Pea. HEX triplet: 32, 64 and 49. RGB value is (50,100,73). Sum of RGB (Red+Green+Blue) = 50+100+73=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #326449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326449 is #CD9BB6. Grayscale: #525252. Windows color (decimal): -13474743 or 4809778. OLE color: 4809778.

HSL color Cylindrical-coordinate representation of color #326449: hue angle of 147.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326449 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB5010073-
CMYK0.5000.270.61
HSL147.6º33.33%29.41%-
HSV(B)147.6º50%39.22%-
XYZ7.0810.277.91-
YUV81.97122.94105.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=22.42%
G=44.84%
B=32.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100730.5000.270.61147.633.3329.41
Hex3264493201B3D94211d
Octal6214411162033752244135
Binary110010110010010010011100100110111111011001010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326449; }

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

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

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

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

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

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

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

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