#373C3B

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

Shades of Firefly #373C3B

Tints of Firefly #373C3B

Color information

#373C3B (or 0x373C3B) is unknown color: approx Firefly. HEX triplet: 37, 3C and 3B. RGB value is (55,60,59). Sum of RGB (Red+Green+Blue) = 55+60+59=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 60 - color contains mainly: green. Hex color #373C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C3B is #C8C3C4. Grayscale: #3A3A3A. Windows color (decimal): -13157317 or 3882039. OLE color: 3882039.

HSL color Cylindrical-coordinate representation of color #373C3B: hue angle of 168º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #373C3B is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB556059-
CMYK0.0800.020.76
HSL168º4.35%22.55%-
HSV(B)168º8.33%23.53%-
XYZ3.984.364.77-
YUV58.39128.34125.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=31.61%
G=34.48%
B=33.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5560590.0800.020.761684.3522.55
Hex373C3B8024Ca8417
Octal6774731002114250427
Binary110111111100111011100001010011001010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373C3B; }

 p { color: rgb(55,60,59); }

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

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

 a { background-color: rgb(55,60,59); }

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

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

 span { border-color: rgb(55,60,59); }

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