Html Css Color HEX #374442 Firefly

📋 copy color: '#374442'

red 55 ◦ green 68 ◦ blue 66

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

Shades of Firefly #374442

Tints of Firefly #374442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 29.1%
G = 35.98%
B = 34.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#374442 (or 0x374442) is known color: Firefly. HEX triplet: 37, 44 and 42. RGB value is (55,68,66). Sum of RGB (Red+Green+Blue) = 55+68+66=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #374442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374442 is #C8BBBD. Grayscale: #3F3F3F. Windows color (decimal): -13155262 or 4342839. OLE color: 4342839.

HSL color Cylindrical-coordinate representation of color #374442: hue angle of 170.77º 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 #374442 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 66 -
CMYK 0.19 0 0.03 0.73
HSL 170.77º 0.11% 0.24% -
HSV(B) 170.77º 0.19% 0.27% -
XYZ 4.63 5.34 5.94 -
YUV 63.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 55 68 66 0.19 0 0.03 0.73 170.77 0.11 0.24
Hex 37 44 42 13 0 3 49 AB B 18
Octal 67 104 102 23 0 3 111 253 13 30
Binary 110111 1000100 1000010 10011 0 11 1001001 10101011 1011 11000

Color Harmonies of #374442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374442

Black with #374442

Text Example


Text Example

White with #374442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374442; }

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

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

background-color css

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

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

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

border-color css

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

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

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