#318D56

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

Shades of Sea Green #318D56

Tints of Sea Green #318D56

Color information

#318D56 (or 0x318D56) is unknown color: approx Sea Green. HEX triplet: 31, 8D and 56. RGB value is (49,141,86). Sum of RGB (Red+Green+Blue) = 49+141+86=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #318D56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318D56 is #CE72A9. Grayscale: #6B6B6B. Windows color (decimal): -13529770 or 5672241. OLE color: 5672241.

HSL color Cylindrical-coordinate representation of color #318D56: hue angle of 144.13º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D56 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB4914186-
CMYK0.6500.390.45
HSL144.13º48.42%37.25%-
HSV(B)144.13º65.25%55.29%-
XYZ12.4720.3712.08-
YUV107.22116.0286.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=17.75%
G=51.09%
B=31.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141860.6500.390.45144.1348.4237.25
Hex318D56410272D903025
Octal61215126101047552206045
Binary1100011000110110101101000001010011110110110010000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318D56; }

 p { color: rgb(49,141,86); }

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

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

 a { background-color: rgb(49,141,86); }

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

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

 span { border-color: rgb(49,141,86); }

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