#318B5F

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

Shades of Sea Green #318B5F

Tints of Sea Green #318B5F

Color information

#318B5F (or 0x318B5F) is unknown color: approx Sea Green. HEX triplet: 31, 8B and 5F. RGB value is (49,139,95). Sum of RGB (Red+Green+Blue) = 49+139+95=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #318B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318B5F is #CE74A0. Grayscale: #6B6B6B. Windows color (decimal): -13530273 or 6261553. OLE color: 6261553.

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

Color convert

RGB4913995-
CMYK0.6500.320.45
HSL150.67º47.87%36.86%-
HSV(B)150.67º64.75%54.51%-
XYZ12.5619.9414.01-
YUV107.07121.1886.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=17.31%
G=49.12%
B=33.57%

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
Decimal49139950.6500.320.45150.6747.8736.86
Hex318B5F410202D973025
Octal61213137101040552276045
Binary1100011000101110111111000001010000010110110010111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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