Html Css Color HEX #316C55 Spectra

📋 copy color: '#316C55'

red 49 ◦ green 108 ◦ blue 85

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

Shades of Spectra #316C55

Tints of Spectra #316C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 20.25%
G = 44.63%
B = 35.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#316C55 (or 0x316C55) is known color: Spectra. HEX triplet: 31, 6C and 55. RGB value is (49,108,85). Sum of RGB (Red+Green+Blue) = 49+108+85=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #316C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C55 is #CE93AA. Grayscale: #575757. Windows color (decimal): -13538219 or 5598257. OLE color: 5598257.

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

Color convert

RGB 49 108 85 -
CMYK 0.55 0 0.21 0.58
HSL 156.61º 0.38% 0.31% -
HSV(B) 156.61º 0.55% 0.42% -
XYZ 8.27 12.03 10.48 -
YUV 87.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 49 108 85 0.55 0 0.21 0.58 156.61 0.38 0.31
Hex 31 6C 55 37 0 15 3A 9D 26 1F
Octal 61 154 125 67 0 25 72 235 46 37
Binary 110001 1101100 1010101 110111 0 10101 111010 10011101 100110 11111

Color Harmonies of #316C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C55

Black with #316C55

Text Example


Text Example

White with #316C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,108,85); }

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

background-color css

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

 a { background-color: rgb(49,108,85); }

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

border-color css

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

 span { border-color: rgb(49,108,85); }

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