Html Css Color HEX #374140 Firefly

📋 copy color: '#374140'

red 55 ◦ green 65 ◦ blue 64

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

Shades of Firefly #374140

Tints of Firefly #374140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 29.89%
G = 35.33%
B = 34.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#374140 (or 0x374140) is known color: Firefly. HEX triplet: 37, 41 and 40. RGB value is (55,65,64). Sum of RGB (Red+Green+Blue) = 55+65+64=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #374140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374140 is #C8BEBF. Grayscale: #3D3D3D. Windows color (decimal): -13156032 or 4210999. OLE color: 4210999.

HSL color Cylindrical-coordinate representation of color #374140: hue angle of 174º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #374140 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 64 -
CMYK 0.15 0 0.02 0.75
HSL 174º 0.08% 0.24% -
HSV(B) 174º 0.15% 0.25% -
XYZ 4.39 4.96 5.58 -
YUV 61.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 55 65 64 0.15 0 0.02 0.75 174 0.08 0.24
Hex 37 41 40 F 0 2 4B AE 8 18
Octal 67 101 100 17 0 2 113 256 10 30
Binary 110111 1000001 1000000 1111 0 10 1001011 10101110 1000 11000

Color Harmonies of #374140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374140

Black with #374140

Text Example


Text Example

White with #374140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374140; }

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

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

background-color css

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

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

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

border-color css

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

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

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