Html Css Color HEX #374441 Firefly

📋 copy color: '#374441'

red 55 ◦ green 68 ◦ blue 65

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

Shades of Firefly #374441

Tints of Firefly #374441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 29.26%
G = 36.17%
B = 34.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#374441 (or 0x374441) is known color: Firefly. HEX triplet: 37, 44 and 41. RGB value is (55,68,65). Sum of RGB (Red+Green+Blue) = 55+68+65=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #374441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374441 is #C8BBBE. Grayscale: #3F3F3F. Windows color (decimal): -13155263 or 4277303. OLE color: 4277303.

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

Color convert

RGB 55 68 65 -
CMYK 0.19 0 0.04 0.73
HSL 166.15º 0.11% 0.24% -
HSV(B) 166.15º 0.19% 0.27% -
XYZ 4.6 5.33 5.79 -
YUV 63.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 55 68 65 0.19 0 0.04 0.73 166.15 0.11 0.24
Hex 37 44 41 13 0 4 49 A6 B 18
Octal 67 104 101 23 0 4 111 246 13 30
Binary 110111 1000100 1000001 10011 0 100 1001001 10100110 1011 11000

Color Harmonies of #374441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374441

Black with #374441

Text Example


Text Example

White with #374441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374441; }

 p { color: rgb(55,68,65); }

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

background-color css

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

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

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

border-color css

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

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

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