#354745

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

Shades of Firefly #354745

Tints of Firefly #354745

Color information

#354745 (or 0x354745) is unknown color: approx Firefly. HEX triplet: 35, 47 and 45. RGB value is (53,71,69). Sum of RGB (Red+Green+Blue) = 53+71+69=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #354745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354745 is #CAB8BA. Grayscale: #414141. Windows color (decimal): -13285563 or 4540213. OLE color: 4540213.

HSL color Cylindrical-coordinate representation of color #354745: hue angle of 173.33º 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 #354745 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB537169-
CMYK0.2500.030.72
HSL173.33º14.52%24.31%-
HSV(B)173.33º25.35%27.84%-
XYZ4.85.696.48-
YUV65.39130.04119.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=27.46%
G=36.79%
B=35.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371690.2500.030.72173.3314.5224.31
Hex354745190348adf18
Octal6510710531031102551730
Binary1101011000111100010111001011100100010101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354745; }

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

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

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

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

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

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

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

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