#329045

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

Shades of Sea Green #329045

Tints of Sea Green #329045

Color information

#329045 (or 0x329045) is unknown color: approx Sea Green. HEX triplet: 32, 90 and 45. RGB value is (50,144,69). Sum of RGB (Red+Green+Blue) = 50+144+69=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #329045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329045 is #CD6FBA. Grayscale: #6B6B6B. Windows color (decimal): -13463483 or 4558898. OLE color: 4558898.

HSL color Cylindrical-coordinate representation of color #329045: hue angle of 132.13º 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 #329045 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB5014469-
CMYK0.6500.520.44
HSL132.13º48.45%38.04%-
HSV(B)132.13º65.28%56.47%-
XYZ12.3621.059.04-
YUV107.34106.3687.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 144 (56.64% from 255) = 54.75%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=19.01%
G=54.75%
B=26.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50144690.6500.520.44132.1348.4538.04
Hex329045410342C843026
Octal62220105101064542046046
Binary1100101001000010001011000001011010010110010000100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329045; }

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

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

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

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

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

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

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

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