Html Css Color HEX #358C4F Sea Green

📋 copy color: '#358C4F'

red 53 ◦ green 140 ◦ blue 79

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

Shades of Sea Green #358C4F

Tints of Sea Green #358C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.47%

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

R = 19.49%
G = 51.47%
B = 29.04%

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

#358C4F (or 0x358C4F) is known color: Sea Green. HEX triplet: 35, 8C and 4F. RGB value is (53,140,79). Sum of RGB (Red+Green+Blue) = 53+140+79=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #358C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C4F is #CA73B0. Grayscale: #6B6B6B. Windows color (decimal): -13267889 or 5213237. OLE color: 5213237.

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

Color convert

RGB 53 140 79 -
CMYK 0.62 0 0.44 0.45
HSL 137.93º 0.45% 0.38% -
HSV(B) 137.93º 0.62% 0.55% -
XYZ 12.26 20.08 10.63 -
YUV 107.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 53 140 79 0.62 0 0.44 0.45 137.93 0.45 0.38
Hex 35 8C 4F 3E 0 2C 2D 8A 2D 26
Octal 65 214 117 76 0 54 55 212 55 46
Binary 110101 10001100 1001111 111110 0 101100 101101 10001010 101101 100110

Color Harmonies of #358C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C4F

Black with #358C4F

Text Example


Text Example

White with #358C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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