Html Css Color HEX #314642 Firefly

📋 copy color: '#314642'

red 49 ◦ green 70 ◦ blue 66

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

Shades of Firefly #314642

Tints of Firefly #314642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 26.49%
G = 37.84%
B = 35.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#314642 (or 0x314642) is known color: Firefly. HEX triplet: 31, 46 and 42. RGB value is (49,70,66). Sum of RGB (Red+Green+Blue) = 49+70+66=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #314642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314642 is #CEB9BD. Grayscale: #3F3F3F. Windows color (decimal): -13547966 or 4343345. OLE color: 4343345.

HSL color Cylindrical-coordinate representation of color #314642: hue angle of 168.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314642 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 66 -
CMYK 0.30 0 0.06 0.73
HSL 168.57º 0.18% 0.23% -
HSV(B) 168.57º 0.3% 0.27% -
XYZ 4.44 5.43 5.97 -
YUV 63.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 49 70 66 0.30 0 0.06 0.73 168.57 0.18 0.23
Hex 31 46 42 1E 0 6 49 A9 12 17
Octal 61 106 102 36 0 6 111 251 22 27
Binary 110001 1000110 1000010 11110 0 110 1001001 10101001 10010 10111

Color Harmonies of #314642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314642

Black with #314642

Text Example


Text Example

White with #314642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314642; }

 p { color: rgb(49,70,66); }

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

background-color css

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

 a { background-color: rgb(49,70,66); }

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

border-color css

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

 span { border-color: rgb(49,70,66); }

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