#374845

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

Shades of Firefly #374845

Tints of Firefly #374845

Color information

#374845 (or 0x374845) is unknown color: approx Firefly. HEX triplet: 37, 48 and 45. RGB value is (55,72,69). Sum of RGB (Red+Green+Blue) = 55+72+69=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #374845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374845 is #C8B7BA. Grayscale: #424242. Windows color (decimal): -13154235 or 4540471. OLE color: 4540471.

HSL color Cylindrical-coordinate representation of color #374845: hue angle of 169.41º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374845 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB557269-
CMYK0.2400.040.72
HSL169.41º13.39%24.9%-
HSV(B)169.41º23.61%28.24%-
XYZ4.975.886.5-
YUV66.58129.37119.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=28.06%
G=36.73%
B=35.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572690.2400.040.72169.4113.3924.9
Hex374845180448a9d19
Octal6711010530041102511531
Binary11011110010001000101110000100100100010101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374845; }

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

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

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

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

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

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

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

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