#358361

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

Shades of Sea Green #358361

Tints of Sea Green #358361

Color information

#358361 (or 0x358361) is unknown color: approx Sea Green. HEX triplet: 35, 83 and 61. RGB value is (53,131,97). Sum of RGB (Red+Green+Blue) = 53+131+97=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #358361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358361 is #CA7C9E. Grayscale: #676767. Windows color (decimal): -13270175 or 6390581. OLE color: 6390581.

HSL color Cylindrical-coordinate representation of color #358361: hue angle of 153.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358361 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5313197-
CMYK0.6000.260.49
HSL153.85º42.39%36.08%-
HSV(B)153.85º59.54%51.37%-
XYZ11.7417.8514.14-
YUV103.8124.1691.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=18.86%
G=46.62%
B=34.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131970.6000.260.49153.8542.3936.08
Hex3583613C01A319a2a24
Octal6520314174032612325244
Binary11010110000011110000111110001101011000110011010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358361; }

 p { color: rgb(53,131,97); }

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

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

 a { background-color: rgb(53,131,97); }

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

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

 span { border-color: rgb(53,131,97); }

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