Html Css Color HEX #374C3D Goblin

📋 copy color: '#374C3D'

red 55 ◦ green 76 ◦ blue 61

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

Shades of Goblin #374C3D

Tints of Goblin #374C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.58%

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 28.65%
G = 39.58%
B = 31.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#374C3D (or 0x374C3D) is known color: Goblin. HEX triplet: 37, 4C and 3D. RGB value is (55,76,61). Sum of RGB (Red+Green+Blue) = 55+76+61=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #374C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C3D is #C8B3C2. Grayscale: #444444. Windows color (decimal): -13153219 or 4017207. OLE color: 4017207.

HSL color Cylindrical-coordinate representation of color #374C3D: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374C3D is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 61 -
CMYK 0.28 0 0.20 0.70
HSL 137.14º 0.16% 0.26% -
HSV(B) 137.14º 0.28% 0.3% -
XYZ 5 6.32 5.37 -
YUV 68.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 55 76 61 0.28 0 0.20 0.70 137.14 0.16 0.26
Hex 37 4C 3D 1C 0 14 46 89 10 1A
Octal 67 114 75 34 0 24 106 211 20 32
Binary 110111 1001100 111101 11100 0 10100 1000110 10001001 10000 11010

Color Harmonies of #374C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C3D

Black with #374C3D

Text Example


Text Example

White with #374C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,61); }

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

background-color css

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

 a { background-color: rgb(55,76,61); }

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

border-color css

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

 span { border-color: rgb(55,76,61); }

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