Html Css Color HEX #374945 Firefly

📋 copy color: '#374945'

red 55 ◦ green 73 ◦ blue 69

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

Shades of Firefly #374945

Tints of Firefly #374945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

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

R = 27.92%
G = 37.06%
B = 35.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#374945 (or 0x374945) is known color: Firefly. HEX triplet: 37, 49 and 45. RGB value is (55,73,69). Sum of RGB (Red+Green+Blue) = 55+73+69=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #374945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374945 is #C8B6BA. Grayscale: #434343. Windows color (decimal): -13153979 or 4540727. OLE color: 4540727.

HSL color Cylindrical-coordinate representation of color #374945: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374945 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 69 -
CMYK 0.25 0 0.05 0.71
HSL 166.67º 0.14% 0.25% -
HSV(B) 166.67º 0.25% 0.29% -
XYZ 5.03 6.01 6.52 -
YUV 67.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 55 73 69 0.25 0 0.05 0.71 166.67 0.14 0.25
Hex 37 49 45 19 0 5 47 A7 E 19
Octal 67 111 105 31 0 5 107 247 16 31
Binary 110111 1001001 1000101 11001 0 101 1000111 10100111 1110 11001

Color Harmonies of #374945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374945

Black with #374945

Text Example


Text Example

White with #374945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374945; }

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

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

background-color css

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

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

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

border-color css

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

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

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