#319150

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

Shades of Sea Green #319150

Tints of Sea Green #319150

Color information

#319150 (or 0x319150) is unknown color: approx Sea Green. HEX triplet: 31, 91 and 50. RGB value is (49,145,80). Sum of RGB (Red+Green+Blue) = 49+145+80=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #319150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319150 is #CE6EAF. Grayscale: #6D6D6D. Windows color (decimal): -13528752 or 5280049. OLE color: 5280049.

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

Color convert

RGB4914580-
CMYK0.6600.450.43
HSL139.38º49.48%38.04%-
HSV(B)139.38º66.21%56.86%-
XYZ12.8421.4811.06-
YUV108.89111.785.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=17.88%
G=52.92%
B=29.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49145800.6600.450.43139.3849.4838.04
Hex3191504202D2B8b3126
Octal61221120102055532136146
Binary1100011001000110100001000010010110110101110001011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319150; }

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

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

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

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

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

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

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

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