#31934D

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

Shades of Sea Green #31934D

Tints of Sea Green #31934D

Color information

#31934D (or 0x31934D) is unknown color: approx Sea Green. HEX triplet: 31, 93 and 4D. RGB value is (49,147,77). Sum of RGB (Red+Green+Blue) = 49+147+77=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #31934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31934D is #CE6CB2. Grayscale: #6D6D6D. Windows color (decimal): -13528243 or 5083953. OLE color: 5083953.

HSL color Cylindrical-coordinate representation of color #31934D: hue angle of 137.14º 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 #31934D is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB4914777-
CMYK0.6700.480.42
HSL137.14º50%38.43%-
HSV(B)137.14º66.67%57.65%-
XYZ13.0422.0610.59-
YUV109.72109.5384.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=17.95%
G=53.85%
B=28.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147770.6700.480.42137.145038.43
Hex31934D430302A893226
Octal61223115103060522116246
Binary1100011001001110011011000011011000010101010001001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31934D; }

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

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

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

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

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

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

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

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