#364A48

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

Shades of Firefly #364A48

Tints of Firefly #364A48

Color information

#364A48 (or 0x364A48) is unknown color: approx Firefly. HEX triplet: 36, 4A and 48. RGB value is (54,74,72). Sum of RGB (Red+Green+Blue) = 54+74+72=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #364A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A48 is #C9B5B7. Grayscale: #434343. Windows color (decimal): -13219256 or 4737590. OLE color: 4737590.

HSL color Cylindrical-coordinate representation of color #364A48: hue angle of 174º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #364A48 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB547472-
CMYK0.2700.030.71
HSL174º15.63%25.1%-
HSV(B)174º27.03%29.02%-
XYZ5.146.157.05-
YUV67.79130.37118.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 72 (28.52% from 255) = 36%
R=27%
G=37%
B=36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5474720.2700.030.7117415.6325.1
Hex364A481B0347ae1019
Octal6611211033031072562031
Binary11011010010101001000110110111000111101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,72); }

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

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

 a { background-color: rgb(54,74,72); }

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

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

 span { border-color: rgb(54,74,72); }

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