Html Css Color HEX #374F41 Goblin

📋 copy color: '#374F41'

red 55 ◦ green 79 ◦ blue 65

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

Shades of Goblin #374F41

Tints of Goblin #374F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.7%

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 27.64%
G = 39.7%
B = 32.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#374F41 (or 0x374F41) is known color: Goblin. HEX triplet: 37, 4F and 41. RGB value is (55,79,65). Sum of RGB (Red+Green+Blue) = 55+79+65=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #374F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F41 is #C8B0BE. Grayscale: #464646. Windows color (decimal): -13152447 or 4280119. OLE color: 4280119.

HSL color Cylindrical-coordinate representation of color #374F41: hue angle of 145º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374F41 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 65 -
CMYK 0.30 0 0.18 0.69
HSL 145º 0.18% 0.26% -
HSV(B) 145º 0.3% 0.31% -
XYZ 5.33 6.79 6.03 -
YUV 70.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 55 79 65 0.30 0 0.18 0.69 145 0.18 0.26
Hex 37 4F 41 1E 0 12 45 91 12 1A
Octal 67 117 101 36 0 22 105 221 22 32
Binary 110111 1001111 1000001 11110 0 10010 1000101 10010001 10010 11010

Color Harmonies of #374F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F41

Black with #374F41

Text Example


Text Example

White with #374F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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