#329058

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

Shades of Sea Green #329058

Tints of Sea Green #329058

Color information

#329058 (or 0x329058) is unknown color: approx Sea Green. HEX triplet: 32, 90 and 58. RGB value is (50,144,88). Sum of RGB (Red+Green+Blue) = 50+144+88=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #329058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329058 is #CD6FA7. Grayscale: #6D6D6D. Windows color (decimal): -13463464 or 5804082. OLE color: 5804082.

HSL color Cylindrical-coordinate representation of color #329058: hue angle of 144.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329058 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB5014488-
CMYK0.6500.390.44
HSL144.26º48.45%38.04%-
HSV(B)144.26º65.28%56.47%-
XYZ13.0521.3312.66-
YUV109.51115.8685.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=17.73%
G=51.06%
B=31.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50144880.6500.390.44144.2648.4538.04
Hex329058410272C903026
Octal62220130101047542206046
Binary1100101001000010110001000001010011110110010010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329058; }

 p { color: rgb(50,144,88); }

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

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

 a { background-color: rgb(50,144,88); }

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

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

 span { border-color: rgb(50,144,88); }

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