Html Css Color HEX #374040 Firefly

📋 copy color: '#374040'

red 55 ◦ green 64 ◦ blue 64

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

Shades of Firefly #374040

Tints of Firefly #374040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 30.05%
G = 34.97%
B = 34.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#374040 (or 0x374040) is known color: Firefly. HEX triplet: 37, 40 and 40. RGB value is (55,64,64). Sum of RGB (Red+Green+Blue) = 55+64+64=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #374040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374040 is #C8BFBF. Grayscale: #3D3D3D. Windows color (decimal): -13156288 or 4210743. OLE color: 4210743.

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

Color convert

RGB 55 64 64 -
CMYK 0.14 0 0 0.75
HSL 180º 0.08% 0.23% -
HSV(B) 180º 0.14% 0.25% -
XYZ 4.33 4.85 5.56 -
YUV 61.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 55 64 64 0.14 0 0 0.75 180 0.08 0.23
Hex 37 40 40 E 0 0 4B B4 8 17
Octal 67 100 100 16 0 0 113 264 10 27
Binary 110111 1000000 1000000 1110 0 0 1001011 10110100 1000 10111

Color Harmonies of #374040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374040

Black with #374040

Text Example


Text Example

White with #374040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374040; }

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

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

background-color css

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

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

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

border-color css

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

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

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