Html Css Color HEX #316B56 Spectra

📋 copy color: '#316B56'

red 49 ◦ green 107 ◦ blue 86

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

Shades of Spectra #316B56

Tints of Spectra #316B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 20.25%
G = 44.21%
B = 35.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#316B56 (or 0x316B56) is known color: Spectra. HEX triplet: 31, 6B and 56. RGB value is (49,107,86). Sum of RGB (Red+Green+Blue) = 49+107+86=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #316B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B56 is #CE94A9. Grayscale: #575757. Windows color (decimal): -13538474 or 5663537. OLE color: 5663537.

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

Color convert

RGB 49 107 86 -
CMYK 0.54 0 0.20 0.58
HSL 158.28º 0.37% 0.31% -
HSV(B) 158.28º 0.54% 0.42% -
XYZ 8.2 11.84 10.66 -
YUV 87.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 49 107 86 0.54 0 0.20 0.58 158.28 0.37 0.31
Hex 31 6B 56 36 0 14 3A 9E 25 1F
Octal 61 153 126 66 0 24 72 236 45 37
Binary 110001 1101011 1010110 110110 0 10100 111010 10011110 100101 11111

Color Harmonies of #316B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B56

Black with #316B56

Text Example


Text Example

White with #316B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,107,86); }

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

background-color css

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

 a { background-color: rgb(49,107,86); }

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

border-color css

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

 span { border-color: rgb(49,107,86); }

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