#334945

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

Shades of Firefly #334945

Tints of Firefly #334945

Color information

#334945 (or 0x334945) is unknown color: approx Firefly. HEX triplet: 33, 49 and 45. RGB value is (51,73,69). Sum of RGB (Red+Green+Blue) = 51+73+69=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #334945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334945 is #CCB6BA. Grayscale: #414141. Windows color (decimal): -13416123 or 4540723. OLE color: 4540723.

HSL color Cylindrical-coordinate representation of color #334945: hue angle of 169.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334945 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB517369-
CMYK0.3000.050.71
HSL169.09º17.74%24.31%-
HSV(B)169.09º30.14%28.63%-
XYZ4.825.96.51-
YUV65.97129.71117.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=26.42%
G=37.82%
B=35.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173690.3000.050.71169.0917.7424.31
Hex3349451E0547a91218
Octal6311110536051072512230
Binary110011100100110001011111001011000111101010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334945; }

 p { color: rgb(51,73,69); }

 H1.HeaderClassName
 {
   color: #334945;
 }
 .AnyTagClassName
 {
   color: #334945;
 }
</style>
background-color css

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

 a { background-color: rgb(51,73,69); }

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

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

 span { border-color: rgb(51,73,69); }

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