Html Css Color HEX #316150 Spectra

📋 copy color: '#316150'

red 49 ◦ green 97 ◦ blue 80

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

Shades of Spectra #316150

Tints of Spectra #316150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 21.68%
G = 42.92%
B = 35.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#316150 (or 0x316150) is known color: Spectra. HEX triplet: 31, 61 and 50. RGB value is (49,97,80). Sum of RGB (Red+Green+Blue) = 49+97+80=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #316150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316150 is #CE9EAF. Grayscale: #505050. Windows color (decimal): -13541040 or 5267761. OLE color: 5267761.

HSL color Cylindrical-coordinate representation of color #316150: hue angle of 158.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316150 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 80 -
CMYK 0.49 0 0.18 0.62
HSL 158.75º 0.33% 0.29% -
HSV(B) 158.75º 0.49% 0.38% -
XYZ 6.99 9.78 9.11 -
YUV 80.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 49 97 80 0.49 0 0.18 0.62 158.75 0.33 0.29
Hex 31 61 50 31 0 12 3E 9F 21 1D
Octal 61 141 120 61 0 22 76 237 41 35
Binary 110001 1100001 1010000 110001 0 10010 111110 10011111 100001 11101

Color Harmonies of #316150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316150

Black with #316150

Text Example


Text Example

White with #316150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316150; }

 p { color: rgb(49,97,80); }

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

background-color css

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

 a { background-color: rgb(49,97,80); }

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

border-color css

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

 span { border-color: rgb(49,97,80); }

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