#316D52

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

Shades of Spectra #316D52

Tints of Spectra #316D52

Color information

#316D52 (or 0x316D52) is unknown color: approx Spectra. HEX triplet: 31, 6D and 52. RGB value is (49,109,82). Sum of RGB (Red+Green+Blue) = 49+109+82=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #316D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D52 is #CE92AD. Grayscale: #585858. Windows color (decimal): -13537966 or 5401905. OLE color: 5401905.

HSL color Cylindrical-coordinate representation of color #316D52: hue angle of 153º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D52 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB4910982-
CMYK0.5500.250.57
HSL153º37.97%30.98%-
HSV(B)153º55.05%42.75%-
XYZ8.2612.29.9-
YUV87.98124.62100.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=20.42%
G=45.42%
B=34.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49109820.5500.250.5715337.9730.98
Hex316D52370193999261f
Octal6115512267031712314637
Binary110001110110110100101101110110011110011001100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,109,82); }

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

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

 a { background-color: rgb(49,109,82); }

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

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

 span { border-color: rgb(49,109,82); }

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