#326347

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

Shades of Green Pea #326347

Tints of Green Pea #326347

Color information

#326347 (or 0x326347) is unknown color: approx Green Pea. HEX triplet: 32, 63 and 47. RGB value is (50,99,71). Sum of RGB (Red+Green+Blue) = 50+99+71=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #326347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326347 is #CD9CB8. Grayscale: #515151. Windows color (decimal): -13475001 or 4678450. OLE color: 4678450.

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

Color convert

RGB509971-
CMYK0.4900.280.61
HSL145.71º32.89%29.22%-
HSV(B)145.71º49.49%38.82%-
XYZ6.9110.067.54-
YUV81.16122.27105.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=22.73%
G=45%
B=32.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099710.4900.280.61145.7132.8929.22
Hex3263473101C3D92211d
Octal6214310761034752224135
Binary110010110001110001111100010111001111011001001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326347; }

 p { color: rgb(50,99,71); }

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

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

 a { background-color: rgb(50,99,71); }

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

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

 span { border-color: rgb(50,99,71); }

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