Html Css Color HEX #374542 Firefly

📋 copy color: '#374542'

red 55 ◦ green 69 ◦ blue 66

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

Shades of Firefly #374542

Tints of Firefly #374542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 28.95%
G = 36.32%
B = 34.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#374542 (or 0x374542) is known color: Firefly. HEX triplet: 37, 45 and 42. RGB value is (55,69,66). Sum of RGB (Red+Green+Blue) = 55+69+66=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #374542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374542 is #C8BABD. Grayscale: #404040. Windows color (decimal): -13155006 or 4343095. OLE color: 4343095.

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

Color convert

RGB 55 69 66 -
CMYK 0.20 0 0.04 0.73
HSL 167.14º 0.11% 0.24% -
HSV(B) 167.14º 0.2% 0.27% -
XYZ 4.69 5.46 5.96 -
YUV 64.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 55 69 66 0.20 0 0.04 0.73 167.14 0.11 0.24
Hex 37 45 42 14 0 4 49 A7 B 18
Octal 67 105 102 24 0 4 111 247 13 30
Binary 110111 1000101 1000010 10100 0 100 1001001 10100111 1011 11000

Color Harmonies of #374542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374542

Black with #374542

Text Example


Text Example

White with #374542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374542; }

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

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

background-color css

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

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

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

border-color css

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

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

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