Html Css Color HEX #344944 Firefly

📋 copy color: '#344944'

red 52 ◦ green 73 ◦ blue 68

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

Shades of Firefly #344944

Tints of Firefly #344944

RGB

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

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

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

R = 26.94%
G = 37.82%
B = 35.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#344944 (or 0x344944) is known color: Firefly. HEX triplet: 34, 49 and 44. RGB value is (52,73,68). Sum of RGB (Red+Green+Blue) = 52+73+68=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #344944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344944 is #CBB6BB. Grayscale: #424242. Windows color (decimal): -13350588 or 4475188. OLE color: 4475188.

HSL color Cylindrical-coordinate representation of color #344944: hue angle of 165.71º 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 #344944 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 68 -
CMYK 0.29 0 0.07 0.71
HSL 165.71º 0.17% 0.25% -
HSV(B) 165.71º 0.29% 0.29% -
XYZ 4.84 5.91 6.35 -
YUV 66.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 52 73 68 0.29 0 0.07 0.71 165.71 0.17 0.25
Hex 34 49 44 1D 0 7 47 A6 11 19
Octal 64 111 104 35 0 7 107 246 21 31
Binary 110100 1001001 1000100 11101 0 111 1000111 10100110 10001 11001

Color Harmonies of #344944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344944

Black with #344944

Text Example


Text Example

White with #344944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344944; }

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

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

background-color css

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

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

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

border-color css

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

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

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