#359150

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

Shades of Sea Green #359150

Tints of Sea Green #359150

Color information

#359150 (or 0x359150) is unknown color: approx Sea Green. HEX triplet: 35, 91 and 50. RGB value is (53,145,80). Sum of RGB (Red+Green+Blue) = 53+145+80=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #359150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359150 is #CA6EAF. Grayscale: #6E6E6E. Windows color (decimal): -13266608 or 5280053. OLE color: 5280053.

HSL color Cylindrical-coordinate representation of color #359150: hue angle of 137.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359150 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB5314580-
CMYK0.6300.450.43
HSL137.61º46.46%38.82%-
HSV(B)137.61º63.45%56.86%-
XYZ13.0421.5911.07-
YUV110.08111.0287.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=19.06%
G=52.16%
B=28.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145800.6300.450.43137.6146.4638.82
Hex3591503F02D2B8a2e27
Octal6522112077055532125647
Binary110101100100011010000111111010110110101110001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359150; }

 p { color: rgb(53,145,80); }

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

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

 a { background-color: rgb(53,145,80); }

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

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

 span { border-color: rgb(53,145,80); }

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