#358555

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

Shades of Sea Green #358555

Tints of Sea Green #358555

Color information

#358555 (or 0x358555) is unknown color: approx Sea Green. HEX triplet: 35, 85 and 55. RGB value is (53,133,85). Sum of RGB (Red+Green+Blue) = 53+133+85=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #358555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358555 is #CA7AAA. Grayscale: #676767. Windows color (decimal): -13269675 or 5604661. OLE color: 5604661.

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

Color convert

RGB5313385-
CMYK0.6000.360.48
HSL144º43.01%36.47%-
HSV(B)144º60.15%52.16%-
XYZ11.518.1911.5-
YUV103.61117.591.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=19.56%
G=49.08%
B=31.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133850.6000.360.4814443.0136.47
Hex3585553C02430902b24
Octal6520512574044602205344
Binary110101100001011010101111100010010011000010010000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358555; }

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

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

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

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

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

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

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

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