#358B46

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

Shades of Sea Green #358B46

Tints of Sea Green #358B46

Color information

#358B46 (or 0x358B46) is unknown color: approx Sea Green. HEX triplet: 35, 8B and 46. RGB value is (53,139,70). Sum of RGB (Red+Green+Blue) = 53+139+70=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #358B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B46 is #CA74B9. Grayscale: #696969. Windows color (decimal): -13268154 or 4623157. OLE color: 4623157.

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

Color convert

RGB5313970-
CMYK0.6200.500.45
HSL131.86º44.79%37.65%-
HSV(B)131.86º61.87%54.51%-
XYZ11.8119.668.97-
YUV105.42108.0190.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=20.23%
G=53.05%
B=26.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53139700.6200.500.45131.8644.7937.65
Hex358B463E0322D842d26
Octal6521310676062552045546
Binary110101100010111000110111110011001010110110000100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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