#319346

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

Shades of Sea Green #319346

Tints of Sea Green #319346

Color information

#319346 (or 0x319346) is unknown color: approx Sea Green. HEX triplet: 31, 93 and 46. RGB value is (49,147,70). Sum of RGB (Red+Green+Blue) = 49+147+70=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #319346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319346 is #CE6CB9. Grayscale: #6D6D6D. Windows color (decimal): -13528250 or 4625201. OLE color: 4625201.

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

Color convert

RGB4914770-
CMYK0.6700.520.42
HSL132.86º50%38.43%-
HSV(B)132.86º66.67%57.65%-
XYZ12.8121.969.36-
YUV108.92106.0385.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=18.42%
G=55.26%
B=26.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147700.6700.520.42132.865038.43
Hex319346430342A853226
Octal61223106103064522056246
Binary1100011001001110001101000011011010010101010000101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319346; }

 p { color: rgb(49,147,70); }

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

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

 a { background-color: rgb(49,147,70); }

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

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

 span { border-color: rgb(49,147,70); }

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