#314743

Color #314743 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #314743

Tints of Firefly #314743

Color information

#314743 (or 0x314743) is unknown color: approx 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

RGB497167-
CMYK0.3100.060.72
HSL169.09º18.33%23.53%-
HSV(B)169.09º30.99%27.84%-
XYZ4.535.566.15-
YUV63.97129.71117.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=26.20%
G=37.97%
B=35.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971670.3100.060.72169.0918.3323.53
Hex3147431F0648a91218
Octal6110710337061102512230
Binary110001100011110000111111101101001000101010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>