Html Css Color HEX #334948 Firefly

📋 copy color: '#334948'

red 51 ◦ green 73 ◦ blue 72

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

Shades of Firefly #334948

Tints of Firefly #334948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 26.02%
G = 37.24%
B = 36.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#334948 (or 0x334948) is known color: Firefly. HEX triplet: 33, 49 and 48. RGB value is (51,73,72). Sum of RGB (Red+Green+Blue) = 51+73+72=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #334948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334948 is #CCB6B7. Grayscale: #424242. Windows color (decimal): -13416120 or 4737331. OLE color: 4737331.

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

Color convert

RGB 51 73 72 -
CMYK 0.30 0 0.01 0.71
HSL 177.27º 0.18% 0.24% -
HSV(B) 177.27º 0.3% 0.29% -
XYZ 4.92 5.94 7.02 -
YUV 66.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 51 73 72 0.30 0 0.01 0.71 177.27 0.18 0.24
Hex 33 49 48 1E 0 1 47 B1 12 18
Octal 63 111 110 36 0 1 107 261 22 30
Binary 110011 1001001 1001000 11110 0 1 1000111 10110001 10010 11000

Color Harmonies of #334948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334948

Black with #334948

Text Example


Text Example

White with #334948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334948; }

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

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

background-color css

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

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

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

border-color css

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

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

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