Html Css Color HEX #374B40 Goblin

📋 copy color: '#374B40'

red 55 ◦ green 75 ◦ blue 64

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

Shades of Goblin #374B40

Tints of Goblin #374B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.66%

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

R = 28.35%
G = 38.66%
B = 32.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#374B40 (or 0x374B40) is known color: Goblin. HEX triplet: 37, 4B and 40. RGB value is (55,75,64). Sum of RGB (Red+Green+Blue) = 55+75+64=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #374B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B40 is #C8B4BF. Grayscale: #434343. Windows color (decimal): -13153472 or 4213559. OLE color: 4213559.

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

Color convert

RGB 55 75 64 -
CMYK 0.27 0 0.15 0.71
HSL 147º 0.15% 0.25% -
HSV(B) 147º 0.27% 0.29% -
XYZ 5.02 6.21 5.79 -
YUV 67.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 55 75 64 0.27 0 0.15 0.71 147 0.15 0.25
Hex 37 4B 40 1B 0 F 47 93 F 19
Octal 67 113 100 33 0 17 107 223 17 31
Binary 110111 1001011 1000000 11011 0 1111 1000111 10010011 1111 11001

Color Harmonies of #374B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B40

Black with #374B40

Text Example


Text Example

White with #374B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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