#358958

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

Shades of Sea Green #358958

Tints of Sea Green #358958

Color information

#358958 (or 0x358958) is unknown color: approx Sea Green. HEX triplet: 35, 89 and 58. RGB value is (53,137,88). Sum of RGB (Red+Green+Blue) = 53+137+88=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #358958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358958 is #CA76A7. Grayscale: #6A6A6A. Windows color (decimal): -13268648 or 5802293. OLE color: 5802293.

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

Color convert

RGB5313788-
CMYK0.6100.360.46
HSL145º44.21%37.25%-
HSV(B)145º61.31%53.73%-
XYZ12.1819.3512.33-
YUV106.3117.6789.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=19.06%
G=49.28%
B=31.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53137880.6100.360.4614544.2137.25
Hex3589583D0242E912c25
Octal6521113075044562215445
Binary110101100010011011000111101010010010111010010001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358958; }

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

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

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

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

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

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

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

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