#358B45

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

Shades of Sea Green #358B45

Tints of Sea Green #358B45

Color information

#358B45 (or 0x358B45) is unknown color: approx Sea Green. HEX triplet: 35, 8B and 45. RGB value is (53,139,69). Sum of RGB (Red+Green+Blue) = 53+139+69=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #358B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B45 is #CA74BA. Grayscale: #696969. Windows color (decimal): -13268155 or 4557621. OLE color: 4557621.

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

Color convert

RGB5313969-
CMYK0.6200.500.45
HSL131.16º44.79%37.65%-
HSV(B)131.16º61.87%54.51%-
XYZ11.7719.658.8-
YUV105.31107.5190.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 139 (54.69% from 255) = 53.26%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=20.31%
G=53.26%
B=26.44%

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
Decimal53139690.6200.500.45131.1644.7937.65
Hex358B453E0322D832d26
Octal6521310576062552035546
Binary110101100010111000101111110011001010110110000011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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