Html Css Color HEX #318E50 Sea Green

📋 copy color: '#318E50'

red 49 ◦ green 142 ◦ blue 80

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

Shades of Sea Green #318E50

Tints of Sea Green #318E50

RGB

 RED value IS 49 (19.53% from 255) = 18.08%

 GREEN value IS 142 (55.86% from 255) = 52.4%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 18.08%
G = 52.4%
B = 29.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#318E50 (or 0x318E50) is known color: Sea Green. HEX triplet: 31, 8E and 50. RGB value is (49,142,80). Sum of RGB (Red+Green+Blue) = 49+142+80=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #318E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318E50 is #CE71AF. Grayscale: #6B6B6B. Windows color (decimal): -13529520 or 5279281. OLE color: 5279281.

HSL color Cylindrical-coordinate representation of color #318E50: hue angle of 140º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E50 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 142 80 -
CMYK 0.65 0 0.44 0.44
HSL 140º 0.49% 0.37% -
HSV(B) 140º 0.65% 0.56% -
XYZ 12.39 20.58 10.91 -
YUV 107.13 112.69 86.54 -
System Red Green Blue C M Y K H S L
Decimal 49 142 80 0.65 0 0.44 0.44 140 0.49 0.37
Hex 31 8E 50 41 0 2C 2C 8C 31 25
Octal 61 216 120 101 0 54 54 214 61 45
Binary 110001 10001110 1010000 1000001 0 101100 101100 10001100 110001 100101

Color Harmonies of #318E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E50

Black with #318E50

Text Example


Text Example

White with #318E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318E50; }

 p { color: rgb(49,142,80); }

 H1.HeaderClassName
 {
   color: #318E50;
 }
 .AnyTagClassName
 {
   color: #318E50;
 }
</style>

background-color css

<style>
 a { background-color: #318E50; }

 a { background-color: rgb(49,142,80); }

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

border-color css

<style>
 span { border-color: #318E50; }

 span { border-color: rgb(49,142,80); }

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