#354746

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

Shades of Firefly #354746

Tints of Firefly #354746

Color information

#354746 (or 0x354746) is unknown color: approx Firefly. HEX triplet: 35, 47 and 46. RGB value is (53,71,70). Sum of RGB (Red+Green+Blue) = 53+71+70=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #354746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354746 is #CAB8B9. Grayscale: #414141. Windows color (decimal): -13285562 or 4605749. OLE color: 4605749.

HSL color Cylindrical-coordinate representation of color #354746: hue angle of 176.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354746 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB537170-
CMYK0.2500.010.72
HSL176.67º14.52%24.31%-
HSV(B)176.67º25.35%27.84%-
XYZ4.835.716.64-
YUV65.5130.54119.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=27.32%
G=36.60%
B=36.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371700.2500.010.72176.6714.5224.31
Hex354746190148b1f18
Octal6510710631011102611730
Binary110101100011110001101100101100100010110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354746; }

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

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

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

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

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

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

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

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