#354743

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

Shades of Firefly #354743

Tints of Firefly #354743

Color information

#354743 (or 0x354743) is unknown color: approx Firefly. HEX triplet: 35, 47 and 43. RGB value is (53,71,67). Sum of RGB (Red+Green+Blue) = 53+71+67=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #354743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354743 is #CAB8BC. Grayscale: #414141. Windows color (decimal): -13285565 or 4409141. OLE color: 4409141.

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

Color convert

RGB537167-
CMYK0.2500.060.72
HSL166.67º14.52%24.31%-
HSV(B)166.67º25.35%27.84%-
XYZ4.735.676.15-
YUV65.16129.04119.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=27.75%
G=37.17%
B=35.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371670.2500.060.72166.6714.5224.31
Hex354743190648a7f18
Octal6510710331061102471730
Binary11010110001111000011110010110100100010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354743; }

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

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

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

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

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

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

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

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