Html Css Color HEX #374645 Firefly

📋 copy color: '#374645'

red 55 ◦ green 70 ◦ blue 69

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

Shades of Firefly #374645

Tints of Firefly #374645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

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

R = 28.35%
G = 36.08%
B = 35.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#374645 (or 0x374645) is known color: Firefly. HEX triplet: 37, 46 and 45. RGB value is (55,70,69). Sum of RGB (Red+Green+Blue) = 55+70+69=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 70 - color contains mainly: green. Hex color #374645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374645 is #C8B9BA. Grayscale: #414141. Windows color (decimal): -13154747 or 4539959. OLE color: 4539959.

HSL color Cylindrical-coordinate representation of color #374645: hue angle of 176º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #374645 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 70 69 -
CMYK 0.21 0 0.01 0.73
HSL 176º 0.12% 0.25% -
HSV(B) 176º 0.21% 0.27% -
XYZ 4.84 5.62 6.46 -
YUV 65.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 55 70 69 0.21 0 0.01 0.73 176 0.12 0.25
Hex 37 46 45 15 0 1 49 B0 C 19
Octal 67 106 105 25 0 1 111 260 14 31
Binary 110111 1000110 1000101 10101 0 1 1001001 10110000 1100 11001

Color Harmonies of #374645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374645

Black with #374645

Text Example


Text Example

White with #374645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374645; }

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

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

background-color css

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

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

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

border-color css

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

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

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