#318A46

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

Shades of Sea Green #318A46

Tints of Sea Green #318A46

Color information

#318A46 (or 0x318A46) is unknown color: approx Sea Green. HEX triplet: 31, 8A and 46. RGB value is (49,138,70). Sum of RGB (Red+Green+Blue) = 49+138+70=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #318A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A46 is #CE75B9. Grayscale: #676767. Windows color (decimal): -13530554 or 4622897. OLE color: 4622897.

HSL color Cylindrical-coordinate representation of color #318A46: hue angle of 134.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A46 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB4913870-
CMYK0.6400.490.46
HSL134.16º47.59%36.67%-
HSV(B)134.16º64.49%54.12%-
XYZ11.4619.278.91-
YUV103.64109.0189.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 138 (54.30% from 255) = 53.70%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=19.07%
G=53.70%
B=27.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49138700.6400.490.46134.1647.5936.67
Hex318A46400312E863025
Octal61212106100061562066045
Binary1100011000101010001101000000011000110111010000110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,138,70); }

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

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

 a { background-color: rgb(49,138,70); }

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

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

 span { border-color: rgb(49,138,70); }

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