#354141

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

Shades of Firefly #354141

Tints of Firefly #354141

Color information

#354141 (or 0x354141) is unknown color: approx Firefly. HEX triplet: 35, 41 and 41. RGB value is (53,65,65). Sum of RGB (Red+Green+Blue) = 53+65+65=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #354141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354141 is #CABEBE. Grayscale: #3D3D3D. Windows color (decimal): -13287103 or 4276533. OLE color: 4276533.

HSL color Cylindrical-coordinate representation of color #354141: hue angle of 180º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #354141 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB536565-
CMYK0.18000.75
HSL180º10.17%23.14%-
HSV(B)180º18.46%25.49%-
XYZ4.314.925.72-
YUV61.41130.02122-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=28.96%
G=35.52%
B=35.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365650.18000.7518010.1723.14
Hex35414112004Bb4a17
Octal6510110122001132641227
Binary110101100000110000011001000100101110110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354141; }

 p { color: rgb(53,65,65); }

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

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

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

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

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

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

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