#319352

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

Shades of Sea Green #319352

Tints of Sea Green #319352

Color information

#319352 (or 0x319352) is unknown color: approx Sea Green. HEX triplet: 31, 93 and 52. RGB value is (49,147,82). Sum of RGB (Red+Green+Blue) = 49+147+82=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #319352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319352 is #CE6CAD. Grayscale: #6E6E6E. Windows color (decimal): -13528238 or 5411633. OLE color: 5411633.

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

Color convert

RGB4914782-
CMYK0.6700.440.42
HSL140.2º50%38.43%-
HSV(B)140.2º66.67%57.65%-
XYZ13.2222.1311.56-
YUV110.29112.0384.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 147 (57.81% from 255) = 52.88%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=17.63%
G=52.88%
B=29.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147820.6700.440.42140.25038.43
Hex3193524302C2A8c3226
Octal61223122103054522146246
Binary1100011001001110100101000011010110010101010001100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319352; }

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

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

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

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

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

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

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

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