Html Css Color HEX #374A3E Goblin

📋 copy color: '#374A3E'

red 55 ◦ green 74 ◦ blue 62

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

Shades of Goblin #374A3E

Tints of Goblin #374A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

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

R = 28.8%
G = 38.74%
B = 32.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#374A3E (or 0x374A3E) is known color: Goblin. HEX triplet: 37, 4A and 3E. RGB value is (55,74,62). Sum of RGB (Red+Green+Blue) = 55+74+62=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #374A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A3E is #C8B5C1. Grayscale: #424242. Windows color (decimal): -13153730 or 4082231. OLE color: 4082231.

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

Color convert

RGB 55 74 62 -
CMYK 0.26 0 0.16 0.71
HSL 142.11º 0.15% 0.25% -
HSV(B) 142.11º 0.26% 0.29% -
XYZ 4.89 6.06 5.47 -
YUV 66.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 55 74 62 0.26 0 0.16 0.71 142.11 0.15 0.25
Hex 37 4A 3E 1A 0 10 47 8E F 19
Octal 67 112 76 32 0 20 107 216 17 31
Binary 110111 1001010 111110 11010 0 10000 1000111 10001110 1111 11001

Color Harmonies of #374A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A3E

Black with #374A3E

Text Example


Text Example

White with #374A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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