#326448

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

Shades of Green Pea #326448

Tints of Green Pea #326448

Color information

#326448 (or 0x326448) is unknown color: approx Green Pea. HEX triplet: 32, 64 and 48. RGB value is (50,100,72). Sum of RGB (Red+Green+Blue) = 50+100+72=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #326448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326448 is #CD9BB7. Grayscale: #515151. Windows color (decimal): -13474744 or 4744242. OLE color: 4744242.

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

Color convert

RGB5010072-
CMYK0.5000.280.61
HSL146.4º33.33%29.41%-
HSV(B)146.4º50%39.22%-
XYZ7.0410.267.74-
YUV81.86122.44105.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=22.52%
G=45.05%
B=32.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100720.5000.280.61146.433.3329.41
Hex3264483201C3D92211d
Octal6214411062034752224135
Binary110010110010010010001100100111001111011001001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326448; }

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

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

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

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

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

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

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

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