Html Css Color HEX #374B3E Goblin

📋 copy color: '#374B3E'

red 55 ◦ green 75 ◦ blue 62

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

Shades of Goblin #374B3E

Tints of Goblin #374B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 28.65%
G = 39.06%
B = 32.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#374B3E (or 0x374B3E) is known color: Goblin. HEX triplet: 37, 4B and 3E. RGB value is (55,75,62). Sum of RGB (Red+Green+Blue) = 55+75+62=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #374B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B3E is #C8B4C1. Grayscale: #434343. Windows color (decimal): -13153474 or 4082487. OLE color: 4082487.

HSL color Cylindrical-coordinate representation of color #374B3E: hue angle of 141º 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 #374B3E is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 75 62 -
CMYK 0.27 0 0.17 0.71
HSL 141º 0.15% 0.25% -
HSV(B) 141º 0.27% 0.29% -
XYZ 4.96 6.19 5.49 -
YUV 67.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 55 75 62 0.27 0 0.17 0.71 141 0.15 0.25
Hex 37 4B 3E 1B 0 11 47 8D F 19
Octal 67 113 76 33 0 21 107 215 17 31
Binary 110111 1001011 111110 11011 0 10001 1000111 10001101 1111 11001

Color Harmonies of #374B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B3E

Black with #374B3E

Text Example


Text Example

White with #374B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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