Html Css Color HEX #344241 Firefly

📋 copy color: '#344241'

red 52 ◦ green 66 ◦ blue 65

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

Shades of Firefly #344241

Tints of Firefly #344241

RGB

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

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

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

R = 28.42%
G = 36.07%
B = 35.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#344241 (or 0x344241) is known color: Firefly. HEX triplet: 34, 42 and 41. RGB value is (52,66,65). Sum of RGB (Red+Green+Blue) = 52+66+65=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #344241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344241 is #CBBDBE. Grayscale: #3D3D3D. Windows color (decimal): -13352383 or 4276788. OLE color: 4276788.

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

Color convert

RGB 52 66 65 -
CMYK 0.21 0 0.02 0.74
HSL 175.71º 0.12% 0.23% -
HSV(B) 175.71º 0.21% 0.26% -
XYZ 4.32 5.01 5.74 -
YUV 61.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 52 66 65 0.21 0 0.02 0.74 175.71 0.12 0.23
Hex 34 42 41 15 0 2 4A B0 C 17
Octal 64 102 101 25 0 2 112 260 14 27
Binary 110100 1000010 1000001 10101 0 10 1001010 10110000 1100 10111

Color Harmonies of #344241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344241

Black with #344241

Text Example


Text Example

White with #344241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344241; }

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

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

background-color css

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

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

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

border-color css

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

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

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