Html Css Color HEX #31614F Spectra

📋 copy color: '#31614F'

red 49 ◦ green 97 ◦ blue 79

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

Shades of Spectra #31614F

Tints of Spectra #31614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 21.78%
G = 43.11%
B = 35.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#31614F (or 0x31614F) is known color: Spectra. HEX triplet: 31, 61 and 4F. RGB value is (49,97,79). Sum of RGB (Red+Green+Blue) = 49+97+79=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #31614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31614F is #CE9EB0. Grayscale: #505050. Windows color (decimal): -13541041 or 5202225. OLE color: 5202225.

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

Color convert

RGB 49 97 79 -
CMYK 0.49 0 0.19 0.62
HSL 157.5º 0.33% 0.29% -
HSV(B) 157.5º 0.49% 0.38% -
XYZ 6.95 9.77 8.92 -
YUV 80.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 49 97 79 0.49 0 0.19 0.62 157.5 0.33 0.29
Hex 31 61 4F 31 0 13 3E 9E 21 1D
Octal 61 141 117 61 0 23 76 236 41 35
Binary 110001 1100001 1001111 110001 0 10011 111110 10011110 100001 11101

Color Harmonies of #31614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31614F

Black with #31614F

Text Example


Text Example

White with #31614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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