#358554

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

Shades of Sea Green #358554

Tints of Sea Green #358554

Color information

#358554 (or 0x358554) is unknown color: approx Sea Green. HEX triplet: 35, 85 and 54. RGB value is (53,133,84). Sum of RGB (Red+Green+Blue) = 53+133+84=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #358554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358554 is #CA7AAB. Grayscale: #676767. Windows color (decimal): -13269676 or 5539125. OLE color: 5539125.

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

Color convert

RGB5313384-
CMYK0.6000.370.48
HSL143.25º43.01%36.47%-
HSV(B)143.25º60.15%52.16%-
XYZ11.4618.1711.29-
YUV103.4911791.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=19.63%
G=49.26%
B=31.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133840.6000.370.48143.2543.0136.47
Hex3585543C025308f2b24
Octal6520512474045602175344
Binary110101100001011010100111100010010111000010001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358554; }

 p { color: rgb(53,133,84); }

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

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

 a { background-color: rgb(53,133,84); }

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

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

 span { border-color: rgb(53,133,84); }

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