Html Css Color HEX #374C3C Goblin

📋 copy color: '#374C3C'

red 55 ◦ green 76 ◦ blue 60

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

Shades of Goblin #374C3C

Tints of Goblin #374C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 28.8%
G = 39.79%
B = 31.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#374C3C (or 0x374C3C) is known color: Goblin. HEX triplet: 37, 4C and 3C. RGB value is (55,76,60). Sum of RGB (Red+Green+Blue) = 55+76+60=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #374C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C3C is #C8B3C3. Grayscale: #434343. Windows color (decimal): -13153220 or 3951671. OLE color: 3951671.

HSL color Cylindrical-coordinate representation of color #374C3C: hue angle of 134.29º 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 #374C3C is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 60 -
CMYK 0.28 0 0.21 0.70
HSL 134.29º 0.16% 0.26% -
HSV(B) 134.29º 0.28% 0.3% -
XYZ 4.98 6.31 5.23 -
YUV 67.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 55 76 60 0.28 0 0.21 0.70 134.29 0.16 0.26
Hex 37 4C 3C 1C 0 15 46 86 10 1A
Octal 67 114 74 34 0 25 106 206 20 32
Binary 110111 1001100 111100 11100 0 10101 1000110 10000110 10000 11010

Color Harmonies of #374C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C3C

Black with #374C3C

Text Example


Text Example

White with #374C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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