#358A53

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

Shades of Sea Green #358A53

Tints of Sea Green #358A53

Color information

#358A53 (or 0x358A53) is unknown color: approx Sea Green. HEX triplet: 35, 8A and 53. RGB value is (53,138,83). Sum of RGB (Red+Green+Blue) = 53+138+83=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #358A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358A53 is #CA75AC. Grayscale: #6A6A6A. Windows color (decimal): -13268397 or 5474869. OLE color: 5474869.

HSL color Cylindrical-coordinate representation of color #358A53: hue angle of 141.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A53 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB5313883-
CMYK0.6200.400.46
HSL141.18º44.5%37.45%-
HSV(B)141.18º61.59%54.12%-
XYZ12.1219.5611.32-
YUV106.32114.8489.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 138 (54.30% from 255) = 50.36%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=19.34%
G=50.36%
B=30.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138830.6200.400.46141.1844.537.45
Hex358A533E0282E8d2d25
Octal6521212376050562155545
Binary110101100010101010011111110010100010111010001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358A53; }

 p { color: rgb(53,138,83); }

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

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

 a { background-color: rgb(53,138,83); }

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

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

 span { border-color: rgb(53,138,83); }

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