#334242

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

Shades of Firefly #334242

Tints of Firefly #334242

Color information

#334242 (or 0x334242) is unknown color: approx Firefly. HEX triplet: 33, 42 and 42. RGB value is (51,66,66). Sum of RGB (Red+Green+Blue) = 51+66+66=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #334242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334242 is #CCBDBD. Grayscale: #3D3D3D. Windows color (decimal): -13417918 or 4342323. OLE color: 4342323.

HSL color Cylindrical-coordinate representation of color #334242: hue angle of 180º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #334242 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB516666-
CMYK0.23000.74
HSL180º12.82%22.94%-
HSV(B)180º22.73%25.88%-
XYZ4.34.995.89-
YUV61.52130.53120.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=27.87%
G=36.07%
B=36.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166660.23000.7418012.8222.94
Hex33424217004Ab4d17
Octal6310210227001122641527
Binary110011100001010000101011100100101010110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334242; }

 p { color: rgb(51,66,66); }

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

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

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

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

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

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

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