Html Css Color HEX #316A57 Spectra

📋 copy color: '#316A57'

red 49 ◦ green 106 ◦ blue 87

#316A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #316A57

Tints of Spectra #316A57

RGB

 RED value IS 49 (19.53% from 255) = 20.25%

 GREEN value IS 106 (41.8% from 255) = 43.8%

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 20.25%
G = 43.8%
B = 35.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#316A57 (or 0x316A57) is known color: Spectra. HEX triplet: 31, 6A and 57. RGB value is (49,106,87). Sum of RGB (Red+Green+Blue) = 49+106+87=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #316A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A57 is #CE95A8. Grayscale: #565656. Windows color (decimal): -13538729 or 5728817. OLE color: 5728817.

HSL color Cylindrical-coordinate representation of color #316A57: hue angle of 160º 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 #316A57 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 106 87 -
CMYK 0.54 0 0.18 0.58
HSL 160º 0.37% 0.3% -
HSV(B) 160º 0.54% 0.42% -
XYZ 8.14 11.65 10.84 -
YUV 86.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 49 106 87 0.54 0 0.18 0.58 160 0.37 0.3
Hex 31 6A 57 36 0 12 3A A0 25 1E
Octal 61 152 127 66 0 22 72 240 45 36
Binary 110001 1101010 1010111 110110 0 10010 111010 10100000 100101 11110

Color Harmonies of #316A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A57

Black with #316A57

Text Example


Text Example

White with #316A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #316A57;
 }
 .AnyTagClassName
 {
   color: #316A57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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