Html Css Color HEX #374A3F Goblin

📋 copy color: '#374A3F'

red 55 ◦ green 74 ◦ blue 63

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

Shades of Goblin #374A3F

Tints of Goblin #374A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.81%

R = 28.65%
G = 38.54%
B = 32.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#374A3F (or 0x374A3F) is known color: Goblin. HEX triplet: 37, 4A and 3F. RGB value is (55,74,63). Sum of RGB (Red+Green+Blue) = 55+74+63=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 74 - color contains mainly: green. Hex color #374A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A3F is #C8B5C0. Grayscale: #434343. Windows color (decimal): -13153729 or 4147767. OLE color: 4147767.

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

Color convert

RGB 55 74 63 -
CMYK 0.26 0 0.15 0.71
HSL 145.26º 0.15% 0.25% -
HSV(B) 145.26º 0.26% 0.29% -
XYZ 4.92 6.07 5.61 -
YUV 67.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 55 74 63 0.26 0 0.15 0.71 145.26 0.15 0.25
Hex 37 4A 3F 1A 0 F 47 91 F 19
Octal 67 112 77 32 0 17 107 221 17 31
Binary 110111 1001010 111111 11010 0 1111 1000111 10010001 1111 11001

Color Harmonies of #374A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A3F

Black with #374A3F

Text Example


Text Example

White with #374A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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