#328650

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

Shades of Sea Green #328650

Tints of Sea Green #328650

Color information

#328650 (or 0x328650) is unknown color: approx Sea Green. HEX triplet: 32, 86 and 50. RGB value is (50,134,80). Sum of RGB (Red+Green+Blue) = 50+134+80=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #328650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328650 is #CD79AF. Grayscale: #666666. Windows color (decimal): -13466032 or 5277234. OLE color: 5277234.

HSL color Cylindrical-coordinate representation of color #328650: hue angle of 141.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328650 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB5013480-
CMYK0.6300.400.47
HSL141.43º45.65%36.08%-
HSV(B)141.43º62.69%52.55%-
XYZ11.2918.3110.53-
YUV102.73115.1790.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=18.94%
G=50.76%
B=30.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134800.6300.400.47141.4345.6536.08
Hex3286503F0282F8d2e24
Octal6220612077050572155644
Binary110010100001101010000111111010100010111110001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328650; }

 p { color: rgb(50,134,80); }

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

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

 a { background-color: rgb(50,134,80); }

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

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

 span { border-color: rgb(50,134,80); }

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