Html Css Color HEX #314944 Firefly

📋 copy color: '#314944'

red 49 ◦ green 73 ◦ blue 68

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

Shades of Firefly #314944

Tints of Firefly #314944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 25.79%
G = 38.42%
B = 35.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#314944 (or 0x314944) is known color: Firefly. HEX triplet: 31, 49 and 44. RGB value is (49,73,68). Sum of RGB (Red+Green+Blue) = 49+73+68=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #314944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314944 is #CEB6BB. Grayscale: #414141. Windows color (decimal): -13547196 or 4475185. OLE color: 4475185.

HSL color Cylindrical-coordinate representation of color #314944: hue angle of 167.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314944 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 68 -
CMYK 0.33 0 0.07 0.71
HSL 167.5º 0.2% 0.24% -
HSV(B) 167.5º 0.33% 0.29% -
XYZ 4.69 5.84 6.35 -
YUV 65.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 49 73 68 0.33 0 0.07 0.71 167.5 0.2 0.24
Hex 31 49 44 21 0 7 47 A8 14 18
Octal 61 111 104 41 0 7 107 250 24 30
Binary 110001 1001001 1000100 100001 0 111 1000111 10101000 10100 11000

Color Harmonies of #314944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314944

Black with #314944

Text Example


Text Example

White with #314944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314944; }

 p { color: rgb(49,73,68); }

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

background-color css

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

 a { background-color: rgb(49,73,68); }

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

border-color css

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

 span { border-color: rgb(49,73,68); }

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