#354642

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

Shades of Firefly #354642

Tints of Firefly #354642

Color information

#354642 (or 0x354642) is unknown color: approx Firefly. HEX triplet: 35, 46 and 42. RGB value is (53,70,66). Sum of RGB (Red+Green+Blue) = 53+70+66=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #354642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354642 is #CAB9BD. Grayscale: #404040. Windows color (decimal): -13285822 or 4343349. OLE color: 4343349.

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

Color convert

RGB537066-
CMYK0.2400.060.73
HSL165.88º13.82%24.12%-
HSV(B)165.88º24.29%27.45%-
XYZ4.645.535.98-
YUV64.46128.87119.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=28.04%
G=37.04%
B=34.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370660.2400.060.73165.8813.8224.12
Hex354642180649a6e18
Octal6510610230061112461630
Binary11010110001101000010110000110100100110100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354642; }

 p { color: rgb(53,70,66); }

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

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

 a { background-color: rgb(53,70,66); }

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

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

 span { border-color: rgb(53,70,66); }

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