Html Css Color HEX #358D5E Sea Green

📋 copy color: '#358D5E'

red 53 ◦ green 141 ◦ blue 94

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

Shades of Sea Green #358D5E

Tints of Sea Green #358D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 18.4%
G = 48.96%
B = 32.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#358D5E (or 0x358D5E) is known color: Sea Green. HEX triplet: 35, 8D and 5E. RGB value is (53,141,94). Sum of RGB (Red+Green+Blue) = 53+141+94=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #358D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D5E is #CA72A1. Grayscale: #6D6D6D. Windows color (decimal): -13267618 or 6196533. OLE color: 6196533.

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

Color convert

RGB 53 141 94 -
CMYK 0.62 0 0.33 0.45
HSL 147.95º 0.45% 0.38% -
HSV(B) 147.95º 0.62% 0.55% -
XYZ 13.01 20.61 13.88 -
YUV 109.33 119.35 87.82 -
System Red Green Blue C M Y K H S L
Decimal 53 141 94 0.62 0 0.33 0.45 147.95 0.45 0.38
Hex 35 8D 5E 3E 0 21 2D 94 2D 26
Octal 65 215 136 76 0 41 55 224 55 46
Binary 110101 10001101 1011110 111110 0 100001 101101 10010100 101101 100110

Color Harmonies of #358D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D5E

Black with #358D5E

Text Example


Text Example

White with #358D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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