Html Css Color HEX #344242 Firefly

📋 copy color: '#344242'

red 52 ◦ green 66 ◦ blue 66

#344242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #344242

Tints of Firefly #344242

RGB

 RED value IS 52 (20.7% from 255) = 28.26%

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 66 (26.17% from 255) = 35.87%

R = 28.26%
G = 35.87%
B = 35.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#344242 (or 0x344242) is known color: Firefly. HEX triplet: 34, 42 and 42. RGB value is (52,66,66). Sum of RGB (Red+Green+Blue) = 52+66+66=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #344242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344242 is #CBBDBD. Grayscale: #3D3D3D. Windows color (decimal): -13352382 or 4342324. OLE color: 4342324.

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

Color convert

RGB 52 66 66 -
CMYK 0.21 0 0 0.74
HSL 180º 0.12% 0.23% -
HSV(B) 180º 0.21% 0.26% -
XYZ 4.35 5.02 5.89 -
YUV 61.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 52 66 66 0.21 0 0 0.74 180 0.12 0.23
Hex 34 42 42 15 0 0 4A B4 C 17
Octal 64 102 102 25 0 0 112 264 14 27
Binary 110100 1000010 1000010 10101 0 0 1001010 10110100 1100 10111

Color Harmonies of #344242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344242

Black with #344242

Text Example


Text Example

White with #344242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344242; }

 p { color: rgb(52,66,66); }

 H1.HeaderClassName
 {
   color: #344242;
 }
 .AnyTagClassName
 {
   color: #344242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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