#354541

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

Shades of Firefly #354541

Tints of Firefly #354541

Color information

#354541 (or 0x354541) is unknown color: approx Firefly. HEX triplet: 35, 45 and 41. RGB value is (53,69,65). Sum of RGB (Red+Green+Blue) = 53+69+65=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #354541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354541 is #CABABE. Grayscale: #3F3F3F. Windows color (decimal): -13286079 or 4277557. OLE color: 4277557.

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

Color convert

RGB536965-
CMYK0.2300.060.73
HSL165º13.11%23.92%-
HSV(B)165º23.19%27.06%-
XYZ4.555.395.8-
YUV63.76128.7120.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=28.34%
G=36.90%
B=34.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369650.2300.060.7316513.1123.92
Hex354541170649a5d18
Octal6510510127061112451530
Binary11010110001011000001101110110100100110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354541; }

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

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

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

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

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

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

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

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