#364141

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

Shades of Firefly #364141

Tints of Firefly #364141

Color information

#364141 (or 0x364141) is unknown color: approx Firefly. HEX triplet: 36, 41 and 41. RGB value is (54,65,65). Sum of RGB (Red+Green+Blue) = 54+65+65=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #364141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364141 is #C9BEBE. Grayscale: #3D3D3D. Windows color (decimal): -13221567 or 4276534. OLE color: 4276534.

HSL color Cylindrical-coordinate representation of color #364141: hue angle of 180º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #364141 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB546565-
CMYK0.17000.75
HSL180º9.24%23.33%-
HSV(B)180º16.92%25.49%-
XYZ4.374.955.73-
YUV61.71129.86122.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=29.35%
G=35.33%
B=35.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465650.17000.751809.2423.33
Hex36414111004Bb4917
Octal6610110121001132641127
Binary110110100000110000011000100100101110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364141; }

 p { color: rgb(54,65,65); }

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

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

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

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

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

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

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