#364442

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

Shades of Firefly #364442

Tints of Firefly #364442

Color information

#364442 (or 0x364442) is unknown color: approx Firefly. HEX triplet: 36, 44 and 42. RGB value is (54,68,66). Sum of RGB (Red+Green+Blue) = 54+68+66=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #364442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364442 is #C9BBBD. Grayscale: #3F3F3F. Windows color (decimal): -13220798 or 4342838. OLE color: 4342838.

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

Color convert

RGB546866-
CMYK0.2100.030.73
HSL171.43º11.48%23.92%-
HSV(B)171.43º20.59%26.67%-
XYZ4.575.315.94-
YUV63.59129.36121.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=28.72%
G=36.17%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468660.2100.030.73171.4311.4823.92
Hex364442150349abb18
Octal6610410225031112531330
Binary1101101000100100001010101011100100110101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364442; }

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

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

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

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

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

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

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

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