#344945

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

Shades of Firefly #344945

Tints of Firefly #344945

Color information

#344945 (or 0x344945) is unknown color: approx Firefly. HEX triplet: 34, 49 and 45. RGB value is (52,73,69). Sum of RGB (Red+Green+Blue) = 52+73+69=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #344945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344945 is #CBB6BA. Grayscale: #424242. Windows color (decimal): -13350587 or 4540724. OLE color: 4540724.

HSL color Cylindrical-coordinate representation of color #344945: hue angle of 168.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344945 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB527369-
CMYK0.2900.050.71
HSL168.57º16.8%24.51%-
HSV(B)168.57º28.77%28.63%-
XYZ4.875.926.52-
YUV66.26129.54117.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=26.80%
G=37.63%
B=35.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273690.2900.050.71168.5716.824.51
Hex3449451D0547a91119
Octal6411110535051072512131
Binary110100100100110001011110101011000111101010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344945; }

 p { color: rgb(52,73,69); }

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

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

 a { background-color: rgb(52,73,69); }

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

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

 span { border-color: rgb(52,73,69); }

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