Html Css Color HEX #358D5D Sea Green

📋 copy color: '#358D5D'

red 53 ◦ green 141 ◦ blue 93

#358D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #358D5D

Tints of Sea Green #358D5D

RGB

 RED value IS 53 (21.09% from 255) = 18.47%

 GREEN value IS 141 (55.47% from 255) = 49.13%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 18.47%
G = 49.13%
B = 32.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#358D5D (or 0x358D5D) is known color: Sea Green. HEX triplet: 35, 8D and 5D. RGB value is (53,141,93). Sum of RGB (Red+Green+Blue) = 53+141+93=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #358D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D5D is #CA72A2. Grayscale: #6D6D6D. Windows color (decimal): -13267619 or 6130997. OLE color: 6130997.

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

Color convert

RGB 53 141 93 -
CMYK 0.62 0 0.34 0.45
HSL 147.27º 0.45% 0.38% -
HSV(B) 147.27º 0.62% 0.55% -
XYZ 12.97 20.6 13.65 -
YUV 109.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 53 141 93 0.62 0 0.34 0.45 147.27 0.45 0.38
Hex 35 8D 5D 3E 0 22 2D 93 2D 26
Octal 65 215 135 76 0 42 55 223 55 46
Binary 110101 10001101 1011101 111110 0 100010 101101 10010011 101101 100110

Color Harmonies of #358D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D5D

Black with #358D5D

Text Example


Text Example

White with #358D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #358D5D;
 }
 .AnyTagClassName
 {
   color: #358D5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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