Html Css Color HEX #344342 Firefly

📋 copy color: '#344342'

red 52 ◦ green 67 ◦ blue 66

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

Shades of Firefly #344342

Tints of Firefly #344342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

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

R = 28.11%
G = 36.22%
B = 35.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#344342 (or 0x344342) is known color: Firefly. HEX triplet: 34, 43 and 42. RGB value is (52,67,66). Sum of RGB (Red+Green+Blue) = 52+67+66=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 67 - color contains mainly: green. Hex color #344342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344342 is #CBBCBD. Grayscale: #3E3E3E. Windows color (decimal): -13352126 or 4342580. OLE color: 4342580.

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

Color convert

RGB 52 67 66 -
CMYK 0.22 0 0.01 0.74
HSL 176º 0.13% 0.23% -
HSV(B) 176º 0.22% 0.26% -
XYZ 4.41 5.14 5.91 -
YUV 62.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 52 67 66 0.22 0 0.01 0.74 176 0.13 0.23
Hex 34 43 42 16 0 1 4A B0 D 17
Octal 64 103 102 26 0 1 112 260 15 27
Binary 110100 1000011 1000010 10110 0 1 1001010 10110000 1101 10111

Color Harmonies of #344342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344342

Black with #344342

Text Example


Text Example

White with #344342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344342; }

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

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

background-color css

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

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

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

border-color css

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

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

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