#374645

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

Shades of Firefly #374645

Tints of Firefly #374645

Color information

#374645 (or 0x374645) is unknown color: approx Firefly. HEX triplet: 37, 46 and 45. RGB value is (55,70,69). Sum of RGB (Red+Green+Blue) = 55+70+69=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 70 - color contains mainly: green. Hex color #374645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374645 is #C8B9BA. Grayscale: #414141. Windows color (decimal): -13154747 or 4539959. OLE color: 4539959.

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

Color convert

RGB557069-
CMYK0.2100.010.73
HSL176º12%24.51%-
HSV(B)176º21.43%27.45%-
XYZ4.845.626.46-
YUV65.4130.03120.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=28.35%
G=36.08%
B=35.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570690.2100.010.731761224.51
Hex374645150149b0c19
Octal6710610525011112601431
Binary110111100011010001011010101100100110110000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374645; }

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

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

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

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

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

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

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

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