Html Css Color HEX #374E3A Goblin

📋 copy color: '#374E3A'

red 55 ◦ green 78 ◦ blue 58

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

Shades of Goblin #374E3A

Tints of Goblin #374E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 58 (23.05% from 255) = 30.37%

R = 28.8%
G = 40.84%
B = 30.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#374E3A (or 0x374E3A) is known color: Goblin. HEX triplet: 37, 4E and 3A. RGB value is (55,78,58). Sum of RGB (Red+Green+Blue) = 55+78+58=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #374E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E3A is #C8B1C5. Grayscale: #444444. Windows color (decimal): -13152710 or 3821111. OLE color: 3821111.

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

Color convert

RGB 55 78 58 -
CMYK 0.29 0 0.26 0.69
HSL 127.83º 0.17% 0.26% -
HSV(B) 127.83º 0.29% 0.31% -
XYZ 5.06 6.57 5 -
YUV 68.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 55 78 58 0.29 0 0.26 0.69 127.83 0.17 0.26
Hex 37 4E 3A 1D 0 1A 45 80 11 1A
Octal 67 116 72 35 0 32 105 200 21 32
Binary 110111 1001110 111010 11101 0 11010 1000101 10000000 10001 11010

Color Harmonies of #374E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E3A

Black with #374E3A

Text Example


Text Example

White with #374E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,58); }

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

background-color css

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

 a { background-color: rgb(55,78,58); }

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

border-color css

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

 span { border-color: rgb(55,78,58); }

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