Html Css Color HEX #334C48 Firefly

📋 copy color: '#334C48'

red 51 ◦ green 76 ◦ blue 72

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

Shades of Firefly #334C48

Tints of Firefly #334C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.19%

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

R = 25.63%
G = 38.19%
B = 36.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#334C48 (or 0x334C48) is known color: Firefly. HEX triplet: 33, 4C and 48. RGB value is (51,76,72). Sum of RGB (Red+Green+Blue) = 51+76+72=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #334C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C48 is #CCB3B7. Grayscale: #444444. Windows color (decimal): -13415352 or 4738099. OLE color: 4738099.

HSL color Cylindrical-coordinate representation of color #334C48: hue angle of 170.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C48 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 72 -
CMYK 0.33 0 0.05 0.70
HSL 170.4º 0.2% 0.25% -
HSV(B) 170.4º 0.33% 0.3% -
XYZ 5.12 6.34 7.08 -
YUV 68.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 51 76 72 0.33 0 0.05 0.70 170.4 0.2 0.25
Hex 33 4C 48 21 0 5 46 AA 14 19
Octal 63 114 110 41 0 5 106 252 24 31
Binary 110011 1001100 1001000 100001 0 101 1000110 10101010 10100 11001

Color Harmonies of #334C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C48

Black with #334C48

Text Example


Text Example

White with #334C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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