Html Css Color HEX #314D47 Firefly

📋 copy color: '#314D47'

red 49 ◦ green 77 ◦ blue 71

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

Shades of Firefly #314D47

Tints of Firefly #314D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.09%

 BLUE value IS 71 (28.13% from 255) = 36.04%

R = 24.87%
G = 39.09%
B = 36.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#314D47 (or 0x314D47) is known color: Firefly. HEX triplet: 31, 4D and 47. RGB value is (49,77,71). Sum of RGB (Red+Green+Blue) = 49+77+71=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #314D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D47 is #CEB2B8. Grayscale: #434343. Windows color (decimal): -13546169 or 4672817. OLE color: 4672817.

HSL color Cylindrical-coordinate representation of color #314D47: hue angle of 167.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D47 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 71 -
CMYK 0.36 0 0.08 0.70
HSL 167.14º 0.22% 0.25% -
HSV(B) 167.14º 0.36% 0.3% -
XYZ 5.06 6.42 6.93 -
YUV 67.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 49 77 71 0.36 0 0.08 0.70 167.14 0.22 0.25
Hex 31 4D 47 24 0 8 46 A7 16 19
Octal 61 115 107 44 0 10 106 247 26 31
Binary 110001 1001101 1000111 100100 0 1000 1000110 10100111 10110 11001

Color Harmonies of #314D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D47

Black with #314D47

Text Example


Text Example

White with #314D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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