Html Css Color HEX #318950 Sea Green

📋 copy color: '#318950'

red 49 ◦ green 137 ◦ blue 80

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

Shades of Sea Green #318950

Tints of Sea Green #318950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.5%

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

R = 18.42%
G = 51.5%
B = 30.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#318950 (or 0x318950) is known color: Sea Green. HEX triplet: 31, 89 and 50. RGB value is (49,137,80). Sum of RGB (Red+Green+Blue) = 49+137+80=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #318950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318950 is #CE76AF. Grayscale: #686868. Windows color (decimal): -13530800 or 5278001. OLE color: 5278001.

HSL color Cylindrical-coordinate representation of color #318950: hue angle of 141.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318950 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 80 -
CMYK 0.64 0 0.42 0.46
HSL 141.14º 0.47% 0.36% -
HSV(B) 141.14º 0.64% 0.54% -
XYZ 11.66 19.12 10.67 -
YUV 104.19 114.35 88.63 -
System Red Green Blue C M Y K H S L
Decimal 49 137 80 0.64 0 0.42 0.46 141.14 0.47 0.36
Hex 31 89 50 40 0 2A 2E 8D 2F 24
Octal 61 211 120 100 0 52 56 215 57 44
Binary 110001 10001001 1010000 1000000 0 101010 101110 10001101 101111 100100

Color Harmonies of #318950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318950

Black with #318950

Text Example


Text Example

White with #318950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318950; }

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

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

background-color css

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

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

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

border-color css

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

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

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