#358B52

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

Shades of Sea Green #358B52

Tints of Sea Green #358B52

Color information

#358B52 (or 0x358B52) is unknown color: approx Sea Green. HEX triplet: 35, 8B and 52. RGB value is (53,139,82). Sum of RGB (Red+Green+Blue) = 53+139+82=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #358B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B52 is #CA74AD. Grayscale: #6A6A6A. Windows color (decimal): -13268142 or 5409589. OLE color: 5409589.

HSL color Cylindrical-coordinate representation of color #358B52: hue angle of 140.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B52 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB5313982-
CMYK0.6200.410.45
HSL140.23º44.79%37.65%-
HSV(B)140.23º61.87%54.51%-
XYZ12.2219.8311.17-
YUV106.79114.0189.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 139 (54.69% from 255) = 50.73%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=19.34%
G=50.73%
B=29.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53139820.6200.410.45140.2344.7937.65
Hex358B523E0292D8c2d26
Octal6521312276051552145546
Binary110101100010111010010111110010100110110110001100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,139,82); }

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

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

 a { background-color: rgb(53,139,82); }

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

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

 span { border-color: rgb(53,139,82); }

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