#359553

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

Shades of Sea Green #359553

Tints of Sea Green #359553

Color information

#359553 (or 0x359553) is unknown color: approx Sea Green. HEX triplet: 35, 95 and 53. RGB value is (53,149,83). Sum of RGB (Red+Green+Blue) = 53+149+83=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #359553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359553 is #CA6AAC. Grayscale: #707070. Windows color (decimal): -13265581 or 5477685. OLE color: 5477685.

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

Color convert

RGB5314983-
CMYK0.6400.440.42
HSL138.75º47.52%39.61%-
HSV(B)138.75º64.43%58.43%-
XYZ13.7822.8811.87-
YUV112.77111.285.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=18.60%
G=52.28%
B=29.12%

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
Decimal53149830.6400.440.42138.7547.5239.61
Hex3595534002C2A8b3028
Octal65225123100054522136050
Binary1101011001010110100111000000010110010101010001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359553; }

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

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

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

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

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

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

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

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