#358760

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

Shades of Sea Green #358760

Tints of Sea Green #358760

Color information

#358760 (or 0x358760) is unknown color: approx Sea Green. HEX triplet: 35, 87 and 60. RGB value is (53,135,96). Sum of RGB (Red+Green+Blue) = 53+135+96=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #358760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358760 is #CA789F. Grayscale: #6A6A6A. Windows color (decimal): -13269152 or 6326069. OLE color: 6326069.

HSL color Cylindrical-coordinate representation of color #358760: hue angle of 151.46º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358760 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB5313596-
CMYK0.6100.290.47
HSL151.46º43.62%36.86%-
HSV(B)151.46º60.74%52.94%-
XYZ12.2418.9314.07-
YUV106.04122.3390.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=18.66%
G=47.54%
B=33.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135960.6100.290.47151.4643.6236.86
Hex3587603D01D2F972c25
Octal6520714075035572275445
Binary11010110000111110000011110101110110111110010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358760; }

 p { color: rgb(53,135,96); }

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

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

 a { background-color: rgb(53,135,96); }

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

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

 span { border-color: rgb(53,135,96); }

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