#326648

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

Shades of Green Pea #326648

Tints of Green Pea #326648

Color information

#326648 (or 0x326648) is unknown color: approx Green Pea. HEX triplet: 32, 66 and 48. RGB value is (50,102,72). Sum of RGB (Red+Green+Blue) = 50+102+72=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #326648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326648 is #CD99B7. Grayscale: #535353. Windows color (decimal): -13474232 or 4744754. OLE color: 4744754.

HSL color Cylindrical-coordinate representation of color #326648: hue angle of 145.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326648 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB5010272-
CMYK0.5100.290.6
HSL145.38º34.21%29.8%-
HSV(B)145.38º50.98%40%-
XYZ7.2410.657.8-
YUV83.03121.77104.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=22.32%
G=45.54%
B=32.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102720.5100.290.6145.3834.2129.8
Hex3266483301D3C91221e
Octal6214611063035742214236
Binary110010110011010010001100110111011111001001000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326648; }

 p { color: rgb(50,102,72); }

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

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

 a { background-color: rgb(50,102,72); }

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

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

 span { border-color: rgb(50,102,72); }

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