#358C54

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

Shades of Sea Green #358C54

Tints of Sea Green #358C54

Color information

#358C54 (or 0x358C54) is unknown color: approx Sea Green. HEX triplet: 35, 8C and 54. RGB value is (53,140,84). Sum of RGB (Red+Green+Blue) = 53+140+84=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #358C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C54 is #CA73AB. Grayscale: #6B6B6B. Windows color (decimal): -13267884 or 5540917. OLE color: 5540917.

HSL color Cylindrical-coordinate representation of color #358C54: hue angle of 141.38º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C54 is Cyan = 0.62, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB5314084-
CMYK0.6200.40.45
HSL141.38º45.08%37.84%-
HSV(B)141.38º62.14%54.9%-
XYZ12.4520.1511.62-
YUV107.6114.6889.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 140 (55.08% from 255) = 50.54%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=19.13%
G=50.54%
B=30.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53140840.6200.40.45141.3845.0837.84
Hex358C543E0282D8d2d26
Octal6521412476050552155546
Binary110101100011001010100111110010100010110110001101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358C54; }

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

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

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

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

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

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

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

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