#358459

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

Shades of Sea Green #358459

Tints of Sea Green #358459

Color information

#358459 (or 0x358459) is unknown color: approx Sea Green. HEX triplet: 35, 84 and 59. RGB value is (53,132,89). Sum of RGB (Red+Green+Blue) = 53+132+89=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #358459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358459 is #CA7BA6. Grayscale: #676767. Windows color (decimal): -13269927 or 5866549. OLE color: 5866549.

HSL color Cylindrical-coordinate representation of color #358459: hue angle of 147.34º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358459 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB5313289-
CMYK0.6000.330.48
HSL147.34º42.7%36.27%-
HSV(B)147.34º59.85%51.76%-
XYZ11.5217.9812.31-
YUV103.48119.8392-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=19.34%
G=48.18%
B=32.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132890.6000.330.48147.3442.736.27
Hex3584593C02130932b24
Octal6520413174041602235344
Binary110101100001001011001111100010000111000010010011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358459; }

 p { color: rgb(53,132,89); }

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

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

 a { background-color: rgb(53,132,89); }

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

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

 span { border-color: rgb(53,132,89); }

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