#364542

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

Shades of Firefly #364542

Tints of Firefly #364542

Color information

#364542 (or 0x364542) is unknown color: approx Firefly. HEX triplet: 36, 45 and 42. RGB value is (54,69,66). Sum of RGB (Red+Green+Blue) = 54+69+66=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 69 - color contains mainly: green. Hex color #364542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364542 is #C9BABD. Grayscale: #404040. Windows color (decimal): -13220542 or 4343094. OLE color: 4343094.

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

Color convert

RGB546966-
CMYK0.2200.040.73
HSL168º12.2%24.12%-
HSV(B)168º21.74%27.06%-
XYZ4.635.435.96-
YUV64.17129.03120.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=28.57%
G=36.51%
B=34.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5469660.2200.040.7316812.224.12
Hex364542160449a8c18
Octal6610510226041112501430
Binary11011010001011000010101100100100100110101000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364542; }

 p { color: rgb(54,69,66); }

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

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

 a { background-color: rgb(54,69,66); }

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

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

 span { border-color: rgb(54,69,66); }

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