Html Css Color HEX #344744 Firefly

📋 copy color: '#344744'

red 52 ◦ green 71 ◦ blue 68

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

Shades of Firefly #344744

Tints of Firefly #344744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

 BLUE value IS 68 (26.95% from 255) = 35.6%

R = 27.23%
G = 37.17%
B = 35.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#344744 (or 0x344744) is known color: Firefly. HEX triplet: 34, 47 and 44. RGB value is (52,71,68). Sum of RGB (Red+Green+Blue) = 52+71+68=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #344744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344744 is #CBB8BB. Grayscale: #404040. Windows color (decimal): -13351100 or 4474676. OLE color: 4474676.

HSL color Cylindrical-coordinate representation of color #344744: hue angle of 170.53º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344744 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 71 68 -
CMYK 0.27 0 0.04 0.72
HSL 170.53º 0.15% 0.24% -
HSV(B) 170.53º 0.27% 0.28% -
XYZ 4.71 5.65 6.31 -
YUV 64.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 52 71 68 0.27 0 0.04 0.72 170.53 0.15 0.24
Hex 34 47 44 1B 0 4 48 AB F 18
Octal 64 107 104 33 0 4 110 253 17 30
Binary 110100 1000111 1000100 11011 0 100 1001000 10101011 1111 11000

Color Harmonies of #344744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344744

Black with #344744

Text Example


Text Example

White with #344744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344744; }

 p { color: rgb(52,71,68); }

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

background-color css

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

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

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

border-color css

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

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

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