#333E3C

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

Shades of Firefly #333E3C

Tints of Firefly #333E3C

Color information

#333E3C (or 0x333E3C) is unknown color: approx Firefly. HEX triplet: 33, 3E and 3C. RGB value is (51,62,60). Sum of RGB (Red+Green+Blue) = 51+62+60=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 62 - color contains mainly: green. Hex color #333E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333E3C is #CCC1C3. Grayscale: #3A3A3A. Windows color (decimal): -13418948 or 3948083. OLE color: 3948083.

HSL color Cylindrical-coordinate representation of color #333E3C: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #333E3C is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB516260-
CMYK0.1800.030.76
HSL169.09º9.73%22.16%-
HSV(B)169.09º17.74%24.31%-
XYZ3.94.484.93-
YUV58.48128.86122.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=29.48%
G=35.84%
B=34.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5162600.1800.030.76169.099.7322.16
Hex333E3C12034Ca9a16
Octal63767422031142511226
Binary11001111111011110010010011100110010101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333E3C; }

 p { color: rgb(51,62,60); }

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

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

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

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

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

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

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