#319455

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

Shades of Sea Green #319455

Tints of Sea Green #319455

Color information

#319455 (or 0x319455) is unknown color: approx Sea Green. HEX triplet: 31, 94 and 55. RGB value is (49,148,85). Sum of RGB (Red+Green+Blue) = 49+148+85=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #319455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319455 is #CE6BAA. Grayscale: #6F6F6F. Windows color (decimal): -13527979 or 5608497. OLE color: 5608497.

HSL color Cylindrical-coordinate representation of color #319455: hue angle of 141.82º degrees, saturation: 0.5, 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 #319455 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB4914885-
CMYK0.6700.430.42
HSL141.82º50.25%38.63%-
HSV(B)141.82º66.89%58.04%-
XYZ13.522.4912.22-
YUV111.22113.283.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 148 (58.20% from 255) = 52.48%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=17.38%
G=52.48%
B=30.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148850.6700.430.42141.8250.2538.63
Hex3194554302B2A8e3227
Octal61224125103053522166247
Binary1100011001010010101011000011010101110101010001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319455; }

 p { color: rgb(49,148,85); }

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

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

 a { background-color: rgb(49,148,85); }

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

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

 span { border-color: rgb(49,148,85); }

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