Html Css Color HEX #334D48 Firefly

📋 copy color: '#334D48'

red 51 ◦ green 77 ◦ blue 72

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

Shades of Firefly #334D48

Tints of Firefly #334D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.5%

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

R = 25.5%
G = 38.5%
B = 36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#334D48 (or 0x334D48) is known color: Firefly. HEX triplet: 33, 4D and 48. RGB value is (51,77,72). Sum of RGB (Red+Green+Blue) = 51+77+72=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #334D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D48 is #CCB2B7. Grayscale: #444444. Windows color (decimal): -13415096 or 4738355. OLE color: 4738355.

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

Color convert

RGB 51 77 72 -
CMYK 0.34 0 0.06 0.70
HSL 168.46º 0.2% 0.25% -
HSV(B) 168.46º 0.34% 0.3% -
XYZ 5.19 6.48 7.11 -
YUV 68.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 51 77 72 0.34 0 0.06 0.70 168.46 0.2 0.25
Hex 33 4D 48 22 0 6 46 A8 14 19
Octal 63 115 110 42 0 6 106 250 24 31
Binary 110011 1001101 1001000 100010 0 110 1000110 10101000 10100 11001

Color Harmonies of #334D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D48

Black with #334D48

Text Example


Text Example

White with #334D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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