Html Css Color HEX #374545 Firefly

📋 copy color: '#374545'

red 55 ◦ green 69 ◦ blue 69

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

Shades of Firefly #374545

Tints of Firefly #374545

RGB

 RED value IS 55 (21.88% from 255) = 28.5%

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

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

R = 28.5%
G = 35.75%
B = 35.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#374545 (or 0x374545) is known color: Firefly. HEX triplet: 37, 45 and 45. RGB value is (55,69,69). Sum of RGB (Red+Green+Blue) = 55+69+69=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #374545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374545 is #C8BABA. Grayscale: #404040. Windows color (decimal): -13155003 or 4539703. OLE color: 4539703.

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

Color convert

RGB 55 69 69 -
CMYK 0.20 0 0 0.73
HSL 180º 0.11% 0.24% -
HSV(B) 180º 0.2% 0.27% -
XYZ 4.78 5.5 6.44 -
YUV 64.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 55 69 69 0.20 0 0 0.73 180 0.11 0.24
Hex 37 45 45 14 0 0 49 B4 B 18
Octal 67 105 105 24 0 0 111 264 13 30
Binary 110111 1000101 1000101 10100 0 0 1001001 10110100 1011 11000

Color Harmonies of #374545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374545

Black with #374545

Text Example


Text Example

White with #374545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374545; }

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

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

background-color css

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

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

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

border-color css

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

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

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