#358D45

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

Shades of Sea Green #358D45

Tints of Sea Green #358D45

Color information

#358D45 (or 0x358D45) is unknown color: approx Sea Green. HEX triplet: 35, 8D and 45. RGB value is (53,141,69). Sum of RGB (Red+Green+Blue) = 53+141+69=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #358D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D45 is #CA72BA. Grayscale: #6A6A6A. Windows color (decimal): -13267643 or 4558133. OLE color: 4558133.

HSL color Cylindrical-coordinate representation of color #358D45: hue angle of 130.91º 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 #358D45 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB5314169-
CMYK0.6200.510.45
HSL130.91º45.36%38.04%-
HSV(B)130.91º62.41%55.29%-
XYZ12.0720.248.9-
YUV106.48106.8589.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 141 (55.47% from 255) = 53.61%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=20.15%
G=53.61%
B=26.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141690.6200.510.45130.9145.3638.04
Hex358D453E0332D832d26
Octal6521510576063552035546
Binary110101100011011000101111110011001110110110000011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,141,69); }

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

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

 a { background-color: rgb(53,141,69); }

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

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

 span { border-color: rgb(53,141,69); }

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