#34403E

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

Shades of Firefly #34403E

Tints of Firefly #34403E

Color information

#34403E (or 0x34403E) is unknown color: approx Firefly. HEX triplet: 34, 40 and 3E. RGB value is (52,64,62). Sum of RGB (Red+Green+Blue) = 52+64+62=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #34403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34403E is #CBBFC1. Grayscale: #3C3C3C. Windows color (decimal): -13352898 or 4079668. OLE color: 4079668.

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

Color convert

RGB526462-
CMYK0.1900.030.75
HSL170º10.34%22.75%-
HSV(B)170º18.75%25.1%-
XYZ4.124.745.26-
YUV60.18129.02122.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=29.21%
G=35.96%
B=34.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264620.1900.030.7517010.3422.75
Hex34403E13034Baaa17
Octal641007623031132521227
Binary110100100000011111010011011100101110101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34403E; }

 p { color: rgb(52,64,62); }

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

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

 a { background-color: rgb(52,64,62); }

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

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

 span { border-color: rgb(52,64,62); }

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