#358B4D

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

Shades of Sea Green #358B4D

Tints of Sea Green #358B4D

Color information

#358B4D (or 0x358B4D) is unknown color: approx Sea Green. HEX triplet: 35, 8B and 4D. RGB value is (53,139,77). Sum of RGB (Red+Green+Blue) = 53+139+77=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #358B4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B4D is #CA74B2. Grayscale: #6A6A6A. Windows color (decimal): -13268147 or 5081909. OLE color: 5081909.

HSL color Cylindrical-coordinate representation of color #358B4D: hue angle of 136.74º 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 #358B4D is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB5313977-
CMYK0.6200.450.45
HSL136.74º44.79%37.65%-
HSV(B)136.74º61.87%54.51%-
XYZ12.0419.7610.2-
YUV106.22111.5190.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 139 (54.69% from 255) = 51.67%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=19.70%
G=51.67%
B=28.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53139770.6200.450.45136.7444.7937.65
Hex358B4D3E02D2D892d26
Octal6521311576055552115546
Binary110101100010111001101111110010110110110110001001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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