Html Css Color HEX #314D48 Firefly

📋 copy color: '#314D48'

red 49 ◦ green 77 ◦ blue 72

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

Shades of Firefly #314D48

Tints of Firefly #314D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.36%

R = 24.75%
G = 38.89%
B = 36.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#314D48 (or 0x314D48) is known color: Firefly. HEX triplet: 31, 4D and 48. RGB value is (49,77,72). Sum of RGB (Red+Green+Blue) = 49+77+72=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #314D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D48 is #CEB2B7. Grayscale: #444444. Windows color (decimal): -13546168 or 4738353. OLE color: 4738353.

HSL color Cylindrical-coordinate representation of color #314D48: hue angle of 169.29º 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 #314D48 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 72 -
CMYK 0.36 0 0.06 0.70
HSL 169.29º 0.22% 0.25% -
HSV(B) 169.29º 0.36% 0.3% -
XYZ 5.09 6.43 7.1 -
YUV 68.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 49 77 72 0.36 0 0.06 0.70 169.29 0.22 0.25
Hex 31 4D 48 24 0 6 46 A9 16 19
Octal 61 115 110 44 0 6 106 251 26 31
Binary 110001 1001101 1001000 100100 0 110 1000110 10101001 10110 11001

Color Harmonies of #314D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D48

Black with #314D48

Text Example


Text Example

White with #314D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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