#318C54

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

Shades of Sea Green #318C54

Tints of Sea Green #318C54

Color information

#318C54 (or 0x318C54) is unknown color: approx Sea Green. HEX triplet: 31, 8C and 54. RGB value is (49,140,84). Sum of RGB (Red+Green+Blue) = 49+140+84=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #318C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C54 is #CE73AB. Grayscale: #6A6A6A. Windows color (decimal): -13530028 or 5540913. OLE color: 5540913.

HSL color Cylindrical-coordinate representation of color #318C54: hue angle of 143.08º 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 #318C54 is Cyan = 0.65, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB4914084-
CMYK0.6500.40.45
HSL143.08º48.15%37.06%-
HSV(B)143.08º65%54.9%-
XYZ12.2420.0511.61-
YUV106.41115.3587.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=17.95%
G=51.28%
B=30.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140840.6500.40.45143.0848.1537.06
Hex318C54410282D8f3025
Octal61214124101050552176045
Binary1100011000110010101001000001010100010110110001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,140,84); }

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

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

 a { background-color: rgb(49,140,84); }

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

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

 span { border-color: rgb(49,140,84); }

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