#354140

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

Shades of Firefly #354140

Tints of Firefly #354140

Color information

#354140 (or 0x354140) is unknown color: approx Firefly. HEX triplet: 35, 41 and 40. RGB value is (53,65,64). Sum of RGB (Red+Green+Blue) = 53+65+64=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #354140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354140 is #CABEBF. Grayscale: #3D3D3D. Windows color (decimal): -13287104 or 4210997. OLE color: 4210997.

HSL color Cylindrical-coordinate representation of color #354140: hue angle of 175º 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 #354140 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB536564-
CMYK0.1800.020.75
HSL175º10.17%23.14%-
HSV(B)175º18.46%25.49%-
XYZ4.284.915.57-
YUV61.3129.52122.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=29.12%
G=35.71%
B=35.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365640.1800.020.7517510.1723.14
Hex35414012024Bafa17
Octal6510110022021132571227
Binary1101011000001100000010010010100101110101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354140; }

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

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

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

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

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

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

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

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