#316A4F

Color #316A4F Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #316A4F

Tints of Spectra #316A4F

Color information

#316A4F (or 0x316A4F) is unknown color: approx Spectra. HEX triplet: 31, 6A and 4F. RGB value is (49,106,79). Sum of RGB (Red+Green+Blue) = 49+106+79=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #316A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A4F is #CE95B0. Grayscale: #555555. Windows color (decimal): -13538737 or 5204529. OLE color: 5204529.

HSL color Cylindrical-coordinate representation of color #316A4F: hue angle of 151.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A4F is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB4910679-
CMYK0.5400.250.58
HSL151.58º36.77%30.39%-
HSV(B)151.58º53.77%41.57%-
XYZ7.8311.539.21-
YUV85.88124.12101.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=20.94%
G=45.30%
B=33.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106790.5400.250.58151.5836.7730.39
Hex316A4F360193A98251e
Octal6115211766031722304536
Binary110001110101010011111101100110011110101001100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A4F; }

 p { color: rgb(49,106,79); }

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

<style>
 a { background-color: #316A4F; }

 a { background-color: rgb(49,106,79); }

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

<style>
 span { border-color: #316A4F; }

 span { border-color: rgb(49,106,79); }

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