#358460

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

Shades of Sea Green #358460

Tints of Sea Green #358460

Color information

#358460 (or 0x358460) is unknown color: approx Sea Green. HEX triplet: 35, 84 and 60. RGB value is (53,132,96). Sum of RGB (Red+Green+Blue) = 53+132+96=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #358460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358460 is #CA7B9F. Grayscale: #686868. Windows color (decimal): -13269920 or 6325301. OLE color: 6325301.

HSL color Cylindrical-coordinate representation of color #358460: hue angle of 152.66º 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 #358460 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB5313296-
CMYK0.6000.270.48
HSL152.66º42.7%36.27%-
HSV(B)152.66º59.85%51.76%-
XYZ11.8318.113.94-
YUV104.28123.3391.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=18.86%
G=46.98%
B=34.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132960.6000.270.48152.6642.736.27
Hex3584603C01B30992b24
Octal6520414074033602315344
Binary11010110000100110000011110001101111000010011001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358460; }

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

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

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

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

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

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

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

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