Html Css Color HEX #354545 Firefly

📋 copy color: '#354545'

red 53 ◦ green 69 ◦ blue 69

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

Shades of Firefly #354545

Tints of Firefly #354545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 27.75%
G = 36.13%
B = 36.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#354545 (or 0x354545) is known color: Firefly. HEX triplet: 35, 45 and 45. RGB value is (53,69,69). Sum of RGB (Red+Green+Blue) = 53+69+69=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #354545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354545 is #CABABA. Grayscale: #404040. Windows color (decimal): -13286075 or 4539701. OLE color: 4539701.

HSL color Cylindrical-coordinate representation of color #354545: hue angle of 180º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354545 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 69 -
CMYK 0.23 0 0 0.73
HSL 180º 0.13% 0.24% -
HSV(B) 180º 0.23% 0.27% -
XYZ 4.67 5.44 6.43 -
YUV 64.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 53 69 69 0.23 0 0 0.73 180 0.13 0.24
Hex 35 45 45 17 0 0 49 B4 D 18
Octal 65 105 105 27 0 0 111 264 15 30
Binary 110101 1000101 1000101 10111 0 0 1001001 10110100 1101 11000

Color Harmonies of #354545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354545

Black with #354545

Text Example


Text Example

White with #354545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354545; }

 p { color: rgb(53,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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