#284545

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

Shades of Firefly #284545

Tints of Firefly #284545

Color information

#284545 (or 0x284545) is unknown color: approx Firefly. HEX triplet: 28, 45 and 45. RGB value is (40,69,69). Sum of RGB (Red+Green+Blue) = 40+69+69=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #284545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284545 is #D7BABA. Grayscale: #3C3C3C. Windows color (decimal): -14138043 or 4539688. OLE color: 4539688.

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

Color convert

RGB406969-
CMYK0.42000.73
HSL180º26.61%21.37%-
HSV(B)180º42.03%27.06%-
XYZ4.085.146.41-
YUV60.33132.89113.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=22.47%
G=38.76%
B=38.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069690.42000.7318026.6121.37
Hex2845452A0049b41b15
Octal5010510552001112643325
Binary10100010001011000101101010001001001101101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284545; }

 p { color: rgb(40,69,69); }

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

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

 a { background-color: rgb(40,69,69); }

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

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

 span { border-color: rgb(40,69,69); }

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