Html Css Color HEX #344947 Firefly

📋 copy color: '#344947'

red 52 ◦ green 73 ◦ blue 71

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

Shades of Firefly #344947

Tints of Firefly #344947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 71 (28.13% from 255) = 36.22%

R = 26.53%
G = 37.24%
B = 36.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#344947 (or 0x344947) is known color: Firefly. HEX triplet: 34, 49 and 47. RGB value is (52,73,71). Sum of RGB (Red+Green+Blue) = 52+73+71=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #344947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344947 is #CBB6B8. Grayscale: #424242. Windows color (decimal): -13350585 or 4671796. OLE color: 4671796.

HSL color Cylindrical-coordinate representation of color #344947: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344947 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 71 -
CMYK 0.29 0 0.03 0.71
HSL 174.29º 0.17% 0.25% -
HSV(B) 174.29º 0.29% 0.29% -
XYZ 4.94 5.95 6.85 -
YUV 66.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 52 73 71 0.29 0 0.03 0.71 174.29 0.17 0.25
Hex 34 49 47 1D 0 3 47 AE 11 19
Octal 64 111 107 35 0 3 107 256 21 31
Binary 110100 1001001 1000111 11101 0 11 1000111 10101110 10001 11001

Color Harmonies of #344947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344947

Black with #344947

Text Example


Text Example

White with #344947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344947; }

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

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

background-color css

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

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

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

border-color css

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

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

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