Html Css Color HEX #316450 Spectra

📋 copy color: '#316450'

red 49 ◦ green 100 ◦ blue 80

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

Shades of Spectra #316450

Tints of Spectra #316450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

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

R = 21.4%
G = 43.67%
B = 34.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#316450 (or 0x316450) is known color: Spectra. HEX triplet: 31, 64 and 50. RGB value is (49,100,80). Sum of RGB (Red+Green+Blue) = 49+100+80=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #316450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316450 is #CE9BAF. Grayscale: #525252. Windows color (decimal): -13540272 or 5268529. OLE color: 5268529.

HSL color Cylindrical-coordinate representation of color #316450: hue angle of 156.47º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316450 is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 100 80 -
CMYK 0.51 0 0.2 0.61
HSL 156.47º 0.34% 0.29% -
HSV(B) 156.47º 0.51% 0.39% -
XYZ 7.27 10.35 9.2 -
YUV 82.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 49 100 80 0.51 0 0.2 0.61 156.47 0.34 0.29
Hex 31 64 50 33 0 14 3D 9C 22 1D
Octal 61 144 120 63 0 24 75 234 42 35
Binary 110001 1100100 1010000 110011 0 10100 111101 10011100 100010 11101

Color Harmonies of #316450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316450

Black with #316450

Text Example


Text Example

White with #316450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316450; }

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

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

background-color css

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

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

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

border-color css

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

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

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