#334745

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

Shades of Firefly #334745

Tints of Firefly #334745

Color information

#334745 (or 0x334745) is unknown color: approx Firefly. HEX triplet: 33, 47 and 45. RGB value is (51,71,69). Sum of RGB (Red+Green+Blue) = 51+71+69=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #334745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334745 is #CCB8BA. Grayscale: #404040. Windows color (decimal): -13416635 or 4540211. OLE color: 4540211.

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

Color convert

RGB517169-
CMYK0.2800.030.72
HSL174º16.39%23.92%-
HSV(B)174º28.17%27.84%-
XYZ4.695.646.47-
YUV64.79130.37118.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=26.70%
G=37.17%
B=36.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5171690.2800.030.7217416.3923.92
Hex3347451C0348ae1018
Octal6310710534031102562030
Binary11001110001111000101111000111001000101011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334745; }

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

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

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

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

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

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

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

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