Html Css Color HEX #374A48 Firefly

📋 copy color: '#374A48'

red 55 ◦ green 74 ◦ blue 72

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

Shades of Firefly #374A48

Tints of Firefly #374A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.82%

 BLUE value IS 72 (28.52% from 255) = 35.82%

R = 27.36%
G = 36.82%
B = 35.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#374A48 (or 0x374A48) is known color: Firefly. HEX triplet: 37, 4A and 48. RGB value is (55,74,72). Sum of RGB (Red+Green+Blue) = 55+74+72=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 74 - color contains mainly: green. Hex color #374A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A48 is #C8B5B7. Grayscale: #444444. Windows color (decimal): -13153720 or 4737591. OLE color: 4737591.

HSL color Cylindrical-coordinate representation of color #374A48: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A48 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 74 72 -
CMYK 0.26 0 0.03 0.71
HSL 173.68º 0.15% 0.25% -
HSV(B) 173.68º 0.26% 0.29% -
XYZ 5.19 6.18 7.05 -
YUV 68.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 55 74 72 0.26 0 0.03 0.71 173.68 0.15 0.25
Hex 37 4A 48 1A 0 3 47 AE F 19
Octal 67 112 110 32 0 3 107 256 17 31
Binary 110111 1001010 1001000 11010 0 11 1000111 10101110 1111 11001

Color Harmonies of #374A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A48

Black with #374A48

Text Example


Text Example

White with #374A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374A48; }

 p { color: rgb(55,74,72); }

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

background-color css

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

 a { background-color: rgb(55,74,72); }

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

border-color css

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

 span { border-color: rgb(55,74,72); }

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