Html Css Color HEX #374241 Firefly

📋 copy color: '#374241'

red 55 ◦ green 66 ◦ blue 65

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

Shades of Firefly #374241

Tints of Firefly #374241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 29.57%
G = 35.48%
B = 34.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#374241 (or 0x374241) is known color: Firefly. HEX triplet: 37, 42 and 41. RGB value is (55,66,65). Sum of RGB (Red+Green+Blue) = 55+66+65=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 66 - color contains mainly: green. Hex color #374241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374241 is #C8BDBE. Grayscale: #3E3E3E. Windows color (decimal): -13155775 or 4276791. OLE color: 4276791.

HSL color Cylindrical-coordinate representation of color #374241: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #374241 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 65 -
CMYK 0.17 0 0.02 0.74
HSL 174.55º 0.09% 0.24% -
HSV(B) 174.55º 0.17% 0.26% -
XYZ 4.48 5.09 5.75 -
YUV 62.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 55 66 65 0.17 0 0.02 0.74 174.55 0.09 0.24
Hex 37 42 41 11 0 2 4A AF 9 18
Octal 67 102 101 21 0 2 112 257 11 30
Binary 110111 1000010 1000001 10001 0 10 1001010 10101111 1001 11000

Color Harmonies of #374241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374241

Black with #374241

Text Example


Text Example

White with #374241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374241; }

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

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

background-color css

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

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

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

border-color css

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

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

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