Html Css Color HEX #344442 Firefly

📋 copy color: '#344442'

red 52 ◦ green 68 ◦ blue 66

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

Shades of Firefly #344442

Tints of Firefly #344442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 27.96%
G = 36.56%
B = 35.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#344442 (or 0x344442) is known color: Firefly. HEX triplet: 34, 44 and 42. RGB value is (52,68,66). Sum of RGB (Red+Green+Blue) = 52+68+66=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 68 - color contains mainly: green. Hex color #344442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344442 is #CBBBBD. Grayscale: #3E3E3E. Windows color (decimal): -13351870 or 4342836. OLE color: 4342836.

HSL color Cylindrical-coordinate representation of color #344442: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #344442 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 66 -
CMYK 0.24 0 0.03 0.73
HSL 172.5º 0.13% 0.24% -
HSV(B) 172.5º 0.24% 0.27% -
XYZ 4.47 5.26 5.93 -
YUV 62.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 52 68 66 0.24 0 0.03 0.73 172.5 0.13 0.24
Hex 34 44 42 18 0 3 49 AC D 18
Octal 64 104 102 30 0 3 111 254 15 30
Binary 110100 1000100 1000010 11000 0 11 1001001 10101100 1101 11000

Color Harmonies of #344442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344442

Black with #344442

Text Example


Text Example

White with #344442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344442; }

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

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

background-color css

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

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

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

border-color css

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

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

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