#318C58

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

Shades of Sea Green #318C58

Tints of Sea Green #318C58

Color information

#318C58 (or 0x318C58) is unknown color: approx Sea Green. HEX triplet: 31, 8C and 58. RGB value is (49,140,88). Sum of RGB (Red+Green+Blue) = 49+140+88=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #318C58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C58 is #CE73A7. Grayscale: #6A6A6A. Windows color (decimal): -13530024 or 5803057. OLE color: 5803057.

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

Color convert

RGB4914088-
CMYK0.6500.370.45
HSL145.71º48.15%37.06%-
HSV(B)145.71º65%54.9%-
XYZ12.4120.1112.46-
YUV106.86117.3586.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 140 (55.08% from 255) = 50.54%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=17.69%
G=50.54%
B=31.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140880.6500.370.45145.7148.1537.06
Hex318C58410252D923025
Octal61214130101045552226045
Binary1100011000110010110001000001010010110110110010010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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