Html Css Color HEX #31614D Spectra

📋 copy color: '#31614D'

red 49 ◦ green 97 ◦ blue 77

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

Shades of Spectra #31614D

Tints of Spectra #31614D

RGB

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

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

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

R = 21.97%
G = 43.5%
B = 34.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#31614D (or 0x31614D) is known color: Spectra. HEX triplet: 31, 61 and 4D. RGB value is (49,97,77). Sum of RGB (Red+Green+Blue) = 49+97+77=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #31614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31614D is #CE9EB2. Grayscale: #505050. Windows color (decimal): -13541043 or 5071153. OLE color: 5071153.

HSL color Cylindrical-coordinate representation of color #31614D: hue angle of 155º 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 #31614D is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 77 -
CMYK 0.49 0 0.21 0.62
HSL 155º 0.33% 0.29% -
HSV(B) 155º 0.49% 0.38% -
XYZ 6.88 9.74 8.54 -
YUV 80.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 49 97 77 0.49 0 0.21 0.62 155 0.33 0.29
Hex 31 61 4D 31 0 15 3E 9B 21 1D
Octal 61 141 115 61 0 25 76 233 41 35
Binary 110001 1100001 1001101 110001 0 10101 111110 10011011 100001 11101

Color Harmonies of #31614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31614D

Black with #31614D

Text Example


Text Example

White with #31614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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