#319552

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

Shades of Sea Green #319552

Tints of Sea Green #319552

Color information

#319552 (or 0x319552) is unknown color: approx Sea Green. HEX triplet: 31, 95 and 52. RGB value is (49,149,82). Sum of RGB (Red+Green+Blue) = 49+149+82=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #319552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319552 is #CE6AAD. Grayscale: #6F6F6F. Windows color (decimal): -13527726 or 5412145. OLE color: 5412145.

HSL color Cylindrical-coordinate representation of color #319552: hue angle of 139.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319552 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB4914982-
CMYK0.6700.450.42
HSL139.8º50.51%38.82%-
HSV(B)139.8º67.11%58.43%-
XYZ13.5422.7611.66-
YUV111.46111.3783.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=17.5%
G=53.21%
B=29.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149820.6700.450.42139.850.5138.82
Hex3195524302D2A8c3327
Octal61225122103055522146347
Binary1100011001010110100101000011010110110101010001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319552; }

 p { color: rgb(49,149,82); }

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

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

 a { background-color: rgb(49,149,82); }

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

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

 span { border-color: rgb(49,149,82); }

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