#3B4645

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

Shades of Firefly #3B4645

Tints of Firefly #3B4645

Color information

#3B4645 (or 0x3B4645) is unknown color: approx Firefly. HEX triplet: 3B, 46 and 45. RGB value is (59,70,69). Sum of RGB (Red+Green+Blue) = 59+70+69=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 70 - color contains mainly: green. Hex color #3B4645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4645 is #C4B9BA. Grayscale: #424242. Windows color (decimal): -12892603 or 4539963. OLE color: 4539963.

HSL color Cylindrical-coordinate representation of color #3B4645: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B4645 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB597069-
CMYK0.1600.010.73
HSL174.55º8.53%25.29%-
HSV(B)174.55º15.71%27.45%-
XYZ5.075.746.47-
YUV66.6129.36122.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=29.80%
G=35.35%
B=34.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970690.1600.010.73174.558.5325.29
Hex3B4645100149af919
Octal7310610520011112571131
Binary111011100011010001011000001100100110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4645; }

 p { color: rgb(59,70,69); }

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

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

 a { background-color: rgb(59,70,69); }

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

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

 span { border-color: rgb(59,70,69); }

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