Html Css Color HEX #314743 Firefly

📋 copy color: '#314743'

red 49 ◦ green 71 ◦ blue 67

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

Shades of Firefly #314743

Tints of Firefly #314743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

 BLUE value IS 67 (26.56% from 255) = 35.83%

R = 26.2%
G = 37.97%
B = 35.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#314743 (or 0x314743) is known color: Firefly. HEX triplet: 31, 47 and 43. RGB value is (49,71,67). Sum of RGB (Red+Green+Blue) = 49+71+67=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #314743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314743 is #CEB8BC. Grayscale: #3F3F3F. Windows color (decimal): -13547709 or 4409137. OLE color: 4409137.

HSL color Cylindrical-coordinate representation of color #314743: hue angle of 169.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314743 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 67 -
CMYK 0.31 0 0.06 0.72
HSL 169.09º 0.18% 0.24% -
HSV(B) 169.09º 0.31% 0.28% -
XYZ 4.53 5.56 6.15 -
YUV 63.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 49 71 67 0.31 0 0.06 0.72 169.09 0.18 0.24
Hex 31 47 43 1F 0 6 48 A9 12 18
Octal 61 107 103 37 0 6 110 251 22 30
Binary 110001 1000111 1000011 11111 0 110 1001000 10101001 10010 11000

Color Harmonies of #314743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314743

Black with #314743

Text Example


Text Example

White with #314743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314743; }

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

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

background-color css

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

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

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

border-color css

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

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

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