Html Css Color HEX #358D4F Sea Green

📋 copy color: '#358D4F'

red 53 ◦ green 141 ◦ blue 79

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

Shades of Sea Green #358D4F

Tints of Sea Green #358D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 19.41%
G = 51.65%
B = 28.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#358D4F (or 0x358D4F) is known color: Sea Green. HEX triplet: 35, 8D and 4F. RGB value is (53,141,79). Sum of RGB (Red+Green+Blue) = 53+141+79=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #358D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D4F is #CA72B0. Grayscale: #6B6B6B. Windows color (decimal): -13267633 or 5213493. OLE color: 5213493.

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

Color convert

RGB 53 141 79 -
CMYK 0.62 0 0.44 0.45
HSL 137.73º 0.45% 0.38% -
HSV(B) 137.73º 0.62% 0.55% -
XYZ 12.4 20.37 10.68 -
YUV 107.62 111.85 89.04 -
System Red Green Blue C M Y K H S L
Decimal 53 141 79 0.62 0 0.44 0.45 137.73 0.45 0.38
Hex 35 8D 4F 3E 0 2C 2D 8A 2D 26
Octal 65 215 117 76 0 54 55 212 55 46
Binary 110101 10001101 1001111 111110 0 101100 101101 10001010 101101 100110

Color Harmonies of #358D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D4F

Black with #358D4F

Text Example


Text Example

White with #358D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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