#364642

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

Shades of Firefly #364642

Tints of Firefly #364642

Color information

#364642 (or 0x364642) is unknown color: approx Firefly. HEX triplet: 36, 46 and 42. RGB value is (54,70,66). Sum of RGB (Red+Green+Blue) = 54+70+66=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #364642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364642 is #C9B9BD. Grayscale: #404040. Windows color (decimal): -13220286 or 4343350. OLE color: 4343350.

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

Color convert

RGB547066-
CMYK0.2300.060.73
HSL165º12.9%24.31%-
HSV(B)165º22.86%27.45%-
XYZ4.695.565.98-
YUV64.76128.7120.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=28.42%
G=36.84%
B=34.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470660.2300.060.7316512.924.31
Hex364642170649a5d18
Octal6610610227061112451530
Binary11011010001101000010101110110100100110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364642; }

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

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

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

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

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

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

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

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