Html Css Color HEX #344341 Firefly

📋 copy color: '#344341'

red 52 ◦ green 67 ◦ blue 65

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

Shades of Firefly #344341

Tints of Firefly #344341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 28.26%
G = 36.41%
B = 35.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#344341 (or 0x344341) is known color: Firefly. HEX triplet: 34, 43 and 41. RGB value is (52,67,65). Sum of RGB (Red+Green+Blue) = 52+67+65=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 67 - color contains mainly: green. Hex color #344341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344341 is #CBBCBE. Grayscale: #3E3E3E. Windows color (decimal): -13352127 or 4277044. OLE color: 4277044.

HSL color Cylindrical-coordinate representation of color #344341: hue angle of 172º 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 #344341 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 67 65 -
CMYK 0.22 0 0.03 0.74
HSL 172º 0.13% 0.23% -
HSV(B) 172º 0.22% 0.26% -
XYZ 4.38 5.13 5.76 -
YUV 62.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 52 67 65 0.22 0 0.03 0.74 172 0.13 0.23
Hex 34 43 41 16 0 3 4A AC D 17
Octal 64 103 101 26 0 3 112 254 15 27
Binary 110100 1000011 1000001 10110 0 11 1001010 10101100 1101 10111

Color Harmonies of #344341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344341

Black with #344341

Text Example


Text Example

White with #344341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344341; }

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

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

background-color css

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

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

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

border-color css

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

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

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