Html Css Color HEX #334946 Firefly

📋 copy color: '#334946'

red 51 ◦ green 73 ◦ blue 70

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

Shades of Firefly #334946

Tints of Firefly #334946

RGB

 RED value IS 51 (20.31% from 255) = 26.29%

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

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 26.29%
G = 37.63%
B = 36.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#334946 (or 0x334946) is known color: Firefly. HEX triplet: 33, 49 and 46. RGB value is (51,73,70). Sum of RGB (Red+Green+Blue) = 51+73+70=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #334946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334946 is #CCB6B9. Grayscale: #424242. Windows color (decimal): -13416122 or 4606259. OLE color: 4606259.

HSL color Cylindrical-coordinate representation of color #334946: hue angle of 171.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334946 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 70 -
CMYK 0.30 0 0.04 0.71
HSL 171.82º 0.18% 0.24% -
HSV(B) 171.82º 0.3% 0.29% -
XYZ 4.85 5.91 6.68 -
YUV 66.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 51 73 70 0.30 0 0.04 0.71 171.82 0.18 0.24
Hex 33 49 46 1E 0 4 47 AC 12 18
Octal 63 111 106 36 0 4 107 254 22 30
Binary 110011 1001001 1000110 11110 0 100 1000111 10101100 10010 11000

Color Harmonies of #334946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334946

Black with #334946

Text Example


Text Example

White with #334946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334946; }

 p { color: rgb(51,73,70); }

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

background-color css

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

 a { background-color: rgb(51,73,70); }

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

border-color css

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

 span { border-color: rgb(51,73,70); }

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