#319042

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

Shades of Sea Green #319042

Tints of Sea Green #319042

Color information

#319042 (or 0x319042) is unknown color: approx Sea Green. HEX triplet: 31, 90 and 42. RGB value is (49,144,66). Sum of RGB (Red+Green+Blue) = 49+144+66=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #319042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319042 is #CE6FBD. Grayscale: #6A6A6A. Windows color (decimal): -13529022 or 4362289. OLE color: 4362289.

HSL color Cylindrical-coordinate representation of color #319042: hue angle of 130.74º 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 #319042 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB4914466-
CMYK0.6600.540.44
HSL130.74º49.22%37.84%-
HSV(B)130.74º65.97%56.47%-
XYZ12.2220.998.56-
YUV106.7105.0386.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 144 (56.64% from 255) = 55.60%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=18.92%
G=55.60%
B=25.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49144660.6600.540.44130.7449.2237.84
Hex319042420362C833126
Octal61220102102066542036146
Binary1100011001000010000101000010011011010110010000011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319042; }

 p { color: rgb(49,144,66); }

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

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

 a { background-color: rgb(49,144,66); }

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

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

 span { border-color: rgb(49,144,66); }

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