#319252

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

Shades of Sea Green #319252

Tints of Sea Green #319252

Color information

#319252 (or 0x319252) is unknown color: approx Sea Green. HEX triplet: 31, 92 and 52. RGB value is (49,146,82). Sum of RGB (Red+Green+Blue) = 49+146+82=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #319252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319252 is #CE6DAD. Grayscale: #6D6D6D. Windows color (decimal): -13528494 or 5411377. OLE color: 5411377.

HSL color Cylindrical-coordinate representation of color #319252: hue angle of 140.41º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319252 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB4914682-
CMYK0.6600.440.43
HSL140.41º49.74%38.24%-
HSV(B)140.41º66.44%57.25%-
XYZ13.0721.8211.51-
YUV109.7112.3684.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=17.69%
G=52.71%
B=29.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49146820.6600.440.43140.4149.7438.24
Hex3192524202C2B8c3226
Octal61222122102054532146246
Binary1100011001001010100101000010010110010101110001100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319252; }

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

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

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

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

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

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

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

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