#318F48

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

Shades of Sea Green #318F48

Tints of Sea Green #318F48

Color information

#318F48 (or 0x318F48) is unknown color: approx Sea Green. HEX triplet: 31, 8F and 48. RGB value is (49,143,72). Sum of RGB (Red+Green+Blue) = 49+143+72=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #318F48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318F48 is #CE70B7. Grayscale: #6A6A6A. Windows color (decimal): -13529272 or 4755249. OLE color: 4755249.

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

Color convert

RGB4914372-
CMYK0.6600.500.44
HSL134.68º48.96%37.65%-
HSV(B)134.68º65.73%56.08%-
XYZ12.2620.779.49-
YUV106.8108.3686.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 143 (56.25% from 255) = 54.17%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=18.56%
G=54.17%
B=27.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49143720.6600.500.44134.6848.9637.65
Hex318F48420322C873126
Octal61217110102062542076146
Binary1100011000111110010001000010011001010110010000111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,143,72); }

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

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

 a { background-color: rgb(49,143,72); }

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

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

 span { border-color: rgb(49,143,72); }

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