Html Css Color HEX #354D49 Firefly

📋 copy color: '#354D49'

red 53 ◦ green 77 ◦ blue 73

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

Shades of Firefly #354D49

Tints of Firefly #354D49

RGB

 RED value IS 53 (21.09% from 255) = 26.11%

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

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 26.11%
G = 37.93%
B = 35.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#354D49 (or 0x354D49) is known color: Firefly. HEX triplet: 35, 4D and 49. RGB value is (53,77,73). Sum of RGB (Red+Green+Blue) = 53+77+73=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #354D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D49 is #CAB2B6. Grayscale: #454545. Windows color (decimal): -13284023 or 4803893. OLE color: 4803893.

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

Color convert

RGB 53 77 73 -
CMYK 0.31 0 0.05 0.70
HSL 170º 0.18% 0.25% -
HSV(B) 170º 0.31% 0.3% -
XYZ 5.32 6.55 7.29 -
YUV 69.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 53 77 73 0.31 0 0.05 0.70 170 0.18 0.25
Hex 35 4D 49 1F 0 5 46 AA 12 19
Octal 65 115 111 37 0 5 106 252 22 31
Binary 110101 1001101 1001001 11111 0 101 1000110 10101010 10010 11001

Color Harmonies of #354D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D49

Black with #354D49

Text Example


Text Example

White with #354D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354D49; }

 p { color: rgb(53,77,73); }

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

background-color css

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

 a { background-color: rgb(53,77,73); }

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

border-color css

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

 span { border-color: rgb(53,77,73); }

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