#359058

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

Shades of Sea Green #359058

Tints of Sea Green #359058

Color information

#359058 (or 0x359058) is unknown color: approx Sea Green. HEX triplet: 35, 90 and 58. RGB value is (53,144,88). Sum of RGB (Red+Green+Blue) = 53+144+88=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #359058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359058 is #CA6FA7. Grayscale: #6E6E6E. Windows color (decimal): -13266856 or 5804085. OLE color: 5804085.

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

Color convert

RGB5314488-
CMYK0.6300.390.44
HSL143.08º46.19%38.63%-
HSV(B)143.08º63.19%56.47%-
XYZ13.221.4112.67-
YUV110.41115.3587.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=18.60%
G=50.53%
B=30.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144880.6300.390.44143.0846.1938.63
Hex3590583F0272C8f2e27
Octal6522013077047542175647
Binary110101100100001011000111111010011110110010001111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359058; }

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

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

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

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

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

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

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

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