#359353

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

Shades of Sea Green #359353

Tints of Sea Green #359353

Color information

#359353 (or 0x359353) is unknown color: approx Sea Green. HEX triplet: 35, 93 and 53. RGB value is (53,147,83). Sum of RGB (Red+Green+Blue) = 53+147+83=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #359353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359353 is #CA6CAC. Grayscale: #6F6F6F. Windows color (decimal): -13266093 or 5477173. OLE color: 5477173.

HSL color Cylindrical-coordinate representation of color #359353: hue angle of 139.15º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359353 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB5314783-
CMYK0.6400.440.42
HSL139.15º47%39.22%-
HSV(B)139.15º63.95%57.65%-
XYZ13.4622.2511.77-
YUV111.6111.8686.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 147 (57.81% from 255) = 51.94%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=18.73%
G=51.94%
B=29.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147830.6400.440.42139.154739.22
Hex3593534002C2A8b2f27
Octal65223123100054522135747
Binary1101011001001110100111000000010110010101010001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359353; }

 p { color: rgb(53,147,83); }

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

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

 a { background-color: rgb(53,147,83); }

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

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

 span { border-color: rgb(53,147,83); }

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