#326048

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

Shades of Green Pea #326048

Tints of Green Pea #326048

Color information

#326048 (or 0x326048) is unknown color: approx Green Pea. HEX triplet: 32, 60 and 48. RGB value is (50,96,72). Sum of RGB (Red+Green+Blue) = 50+96+72=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #326048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326048 is #CD9FB7. Grayscale: #4F4F4F. Windows color (decimal): -13475768 or 4743218. OLE color: 4743218.

HSL color Cylindrical-coordinate representation of color #326048: hue angle of 148.7º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326048 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB509672-
CMYK0.4800.250.62
HSL148.7º31.51%28.63%-
HSV(B)148.7º47.92%37.65%-
XYZ6.679.517.62-
YUV79.51123.76106.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=22.94%
G=44.04%
B=33.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096720.4800.250.62148.731.5128.63
Hex326048300193E95201d
Octal6214011060031762254035
Binary110010110000010010001100000110011111101001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326048; }

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

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

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

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

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

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

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

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