#318F50

Color #318F50 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #318F50

Tints of Sea Green #318F50

Color information

#318F50 (or 0x318F50) is unknown color: approx Sea Green. HEX triplet: 31, 8F and 50. RGB value is (49,143,80). Sum of RGB (Red+Green+Blue) = 49+143+80=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #318F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318F50 is #CE70AF. Grayscale: #6B6B6B. Windows color (decimal): -13529264 or 5279537. OLE color: 5279537.

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

Color convert

RGB4914380-
CMYK0.6600.440.44
HSL139.79º48.96%37.65%-
HSV(B)139.79º65.73%56.08%-
XYZ12.5420.8810.96-
YUV107.71112.3686.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 143 (56.25% from 255) = 52.57%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=18.01%
G=52.57%
B=29.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49143800.6600.440.44139.7948.9637.65
Hex318F504202C2C8c3126
Octal61217120102054542146146
Binary1100011000111110100001000010010110010110010001100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #318F50;
 }
 .AnyTagClassName
 {
   color: #318F50;
 }
</style>
background-color css

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

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

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

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

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

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