#364D49

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

Shades of Firefly #364D49

Tints of Firefly #364D49

Color information

#364D49 (or 0x364D49) is unknown color: approx Firefly. HEX triplet: 36, 4D and 49. RGB value is (54,77,73). Sum of RGB (Red+Green+Blue) = 54+77+73=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 77 - color contains mainly: green. Hex color #364D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D49 is #C9B2B6. Grayscale: #454545. Windows color (decimal): -13218487 or 4803894. OLE color: 4803894.

HSL color Cylindrical-coordinate representation of color #364D49: hue angle of 169.57º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D49 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB547773-
CMYK0.3000.050.70
HSL169.57º17.56%25.69%-
HSV(B)169.57º29.87%30.2%-
XYZ5.386.577.29-
YUV69.67129.88116.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=26.47%
G=37.75%
B=35.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5477730.3000.050.70169.5717.5625.69
Hex364D491E0546aa121a
Octal6611511136051062522232
Binary110110100110110010011111001011000110101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D49; }

 p { color: rgb(54,77,73); }

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

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

 a { background-color: rgb(54,77,73); }

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

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

 span { border-color: rgb(54,77,73); }

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