Html Css Color HEX #374642 Firefly

📋 copy color: '#374642'

red 55 ◦ green 70 ◦ blue 66

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

Shades of Firefly #374642

Tints of Firefly #374642

RGB

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

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

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

R = 28.8%
G = 36.65%
B = 34.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#374642 (or 0x374642) is known color: Firefly. HEX triplet: 37, 46 and 42. RGB value is (55,70,66). Sum of RGB (Red+Green+Blue) = 55+70+66=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #374642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374642 is #C8B9BD. Grayscale: #414141. Windows color (decimal): -13154750 or 4343351. OLE color: 4343351.

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

Color convert

RGB 55 70 66 -
CMYK 0.21 0 0.06 0.73
HSL 164º 0.12% 0.25% -
HSV(B) 164º 0.21% 0.27% -
XYZ 4.75 5.59 5.98 -
YUV 65.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 55 70 66 0.21 0 0.06 0.73 164 0.12 0.25
Hex 37 46 42 15 0 6 49 A4 C 19
Octal 67 106 102 25 0 6 111 244 14 31
Binary 110111 1000110 1000010 10101 0 110 1001001 10100100 1100 11001

Color Harmonies of #374642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374642

Black with #374642

Text Example


Text Example

White with #374642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374642; }

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

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

background-color css

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

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

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

border-color css

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

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

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