Html Css Color HEX #344D48 Firefly

📋 copy color: '#344D48'

red 52 ◦ green 77 ◦ blue 72

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

Shades of Firefly #344D48

Tints of Firefly #344D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

 BLUE value IS 72 (28.52% from 255) = 35.82%

R = 25.87%
G = 38.31%
B = 35.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#344D48 (or 0x344D48) is known color: Firefly. HEX triplet: 34, 4D and 48. RGB value is (52,77,72). Sum of RGB (Red+Green+Blue) = 52+77+72=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #344D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D48 is #CBB2B7. Grayscale: #444444. Windows color (decimal): -13349560 or 4738356. OLE color: 4738356.

HSL color Cylindrical-coordinate representation of color #344D48: hue angle of 168º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D48 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 77 72 -
CMYK 0.32 0 0.06 0.70
HSL 168º 0.19% 0.25% -
HSV(B) 168º 0.32% 0.3% -
XYZ 5.24 6.51 7.11 -
YUV 68.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 52 77 72 0.32 0 0.06 0.70 168 0.19 0.25
Hex 34 4D 48 20 0 6 46 A8 13 19
Octal 64 115 110 40 0 6 106 250 23 31
Binary 110100 1001101 1001000 100000 0 110 1000110 10101000 10011 11001

Color Harmonies of #344D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D48

Black with #344D48

Text Example


Text Example

White with #344D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344D48; }

 p { color: rgb(52,77,72); }

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

background-color css

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

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

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

border-color css

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

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

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