Html Css Color HEX #31684D Spectra

📋 copy color: '#31684D'

red 49 ◦ green 104 ◦ blue 77

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

Shades of Spectra #31684D

Tints of Spectra #31684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 21.3%
G = 45.22%
B = 33.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#31684D (or 0x31684D) is known color: Spectra. HEX triplet: 31, 68 and 4D. RGB value is (49,104,77). Sum of RGB (Red+Green+Blue) = 49+104+77=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #31684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31684D is #CE97B2. Grayscale: #545454. Windows color (decimal): -13539251 or 5072945. OLE color: 5072945.

HSL color Cylindrical-coordinate representation of color #31684D: hue angle of 150.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31684D is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 77 -
CMYK 0.53 0 0.26 0.59
HSL 150.55º 0.36% 0.3% -
HSV(B) 150.55º 0.53% 0.41% -
XYZ 7.56 11.09 8.76 -
YUV 84.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 49 104 77 0.53 0 0.26 0.59 150.55 0.36 0.3
Hex 31 68 4D 35 0 1A 3B 97 24 1E
Octal 61 150 115 65 0 32 73 227 44 36
Binary 110001 1101000 1001101 110101 0 11010 111011 10010111 100100 11110

Color Harmonies of #31684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31684D

Black with #31684D

Text Example


Text Example

White with #31684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31684D; }

 p { color: rgb(49,104,77); }

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

background-color css

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

 a { background-color: rgb(49,104,77); }

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

border-color css

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

 span { border-color: rgb(49,104,77); }

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