#318C4B

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

Shades of Sea Green #318C4B

Tints of Sea Green #318C4B

Color information

#318C4B (or 0x318C4B) is unknown color: approx Sea Green. HEX triplet: 31, 8C and 4B. RGB value is (49,140,75). Sum of RGB (Red+Green+Blue) = 49+140+75=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #318C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C4B is #CE73B4. Grayscale: #696969. Windows color (decimal): -13530037 or 4951089. OLE color: 4951089.

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

Color convert

RGB4914075-
CMYK0.6500.460.45
HSL137.14º48.15%37.06%-
HSV(B)137.14º65%54.9%-
XYZ11.9119.929.87-
YUV105.38110.8587.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 140 (55.08% from 255) = 53.03%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=18.56%
G=53.03%
B=28.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49140750.6500.460.45137.1448.1537.06
Hex318C4B4102E2D893025
Octal61214113101056552116045
Binary1100011000110010010111000001010111010110110001001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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