#329245

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

Shades of Sea Green #329245

Tints of Sea Green #329245

Color information

#329245 (or 0x329245) is unknown color: approx Sea Green. HEX triplet: 32, 92 and 45. RGB value is (50,146,69). Sum of RGB (Red+Green+Blue) = 50+146+69=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #329245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329245 is #CD6DBA. Grayscale: #6C6C6C. Windows color (decimal): -13462971 or 4559410. OLE color: 4559410.

HSL color Cylindrical-coordinate representation of color #329245: hue angle of 131.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329245 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB5014669-
CMYK0.6600.530.43
HSL131.88º48.98%38.43%-
HSV(B)131.88º65.75%57.25%-
XYZ12.6721.679.14-
YUV108.52105.786.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=18.87%
G=55.09%
B=26.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146690.6600.530.43131.8848.9838.43
Hex329245420352B843126
Octal62222105102065532046146
Binary1100101001001010001011000010011010110101110000100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329245; }

 p { color: rgb(50,146,69); }

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

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

 a { background-color: rgb(50,146,69); }

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

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

 span { border-color: rgb(50,146,69); }

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