#334C46

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

Shades of Firefly #334C46

Tints of Firefly #334C46

Color information

#334C46 (or 0x334C46) is unknown color: approx Firefly. HEX triplet: 33, 4C and 46. RGB value is (51,76,70). Sum of RGB (Red+Green+Blue) = 51+76+70=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #334C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C46 is #CCB3B9. Grayscale: #434343. Windows color (decimal): -13415354 or 4607027. OLE color: 4607027.

HSL color Cylindrical-coordinate representation of color #334C46: hue angle of 165.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C46 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB517670-
CMYK0.3300.080.70
HSL165.6º19.69%24.9%-
HSV(B)165.6º32.89%29.8%-
XYZ5.066.316.75-
YUV67.84129.22115.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=25.89%
G=38.58%
B=35.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5176700.3300.080.70165.619.6924.9
Hex334C46210846a61419
Octal63114106410101062462431
Binary11001110011001000110100001010001000110101001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334C46; }

 p { color: rgb(51,76,70); }

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

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

 a { background-color: rgb(51,76,70); }

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

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

 span { border-color: rgb(51,76,70); }

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