#374342

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

Shades of Firefly #374342

Tints of Firefly #374342

Color information

#374342 (or 0x374342) is unknown color: approx Firefly. HEX triplet: 37, 43 and 42. RGB value is (55,67,66). Sum of RGB (Red+Green+Blue) = 55+67+66=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 67 - color contains mainly: green. Hex color #374342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374342 is #C8BCBD. Grayscale: #3F3F3F. Windows color (decimal): -13155518 or 4342583. OLE color: 4342583.

HSL color Cylindrical-coordinate representation of color #374342: hue angle of 175º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #374342 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB556766-
CMYK0.1800.010.74
HSL175º9.84%23.92%-
HSV(B)175º17.91%26.27%-
XYZ4.575.225.92-
YUV63.3129.52122.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=29.26%
G=35.64%
B=35.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5567660.1800.010.741759.8423.92
Hex37434212014Aafa18
Octal6710310222011122571230
Binary110111100001110000101001001100101010101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374342; }

 p { color: rgb(55,67,66); }

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

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

 a { background-color: rgb(55,67,66); }

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

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

 span { border-color: rgb(55,67,66); }

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