#318C5F

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

Shades of Sea Green #318C5F

Tints of Sea Green #318C5F

Color information

#318C5F (or 0x318C5F) is unknown color: approx Sea Green. HEX triplet: 31, 8C and 5F. RGB value is (49,140,95). Sum of RGB (Red+Green+Blue) = 49+140+95=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #318C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C5F is #CE73A0. Grayscale: #6B6B6B. Windows color (decimal): -13530017 or 6261809. OLE color: 6261809.

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

Color convert

RGB4914095-
CMYK0.6500.320.45
HSL150.33º48.15%37.06%-
HSV(B)150.33º65%54.9%-
XYZ12.7120.2414.06-
YUV107.66120.8586.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 140 (55.08% from 255) = 49.30%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=17.25%
G=49.30%
B=33.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140950.6500.320.45150.3348.1537.06
Hex318C5F410202D963025
Octal61214137101040552266045
Binary1100011000110010111111000001010000010110110010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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