Html Css Color HEX #314D3C Goblin

📋 copy color: '#314D3C'

red 49 ◦ green 77 ◦ blue 60

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

Shades of Goblin #314D3C

Tints of Goblin #314D3C

RGB

 RED value IS 49 (19.53% from 255) = 26.34%

 GREEN value IS 77 (30.47% from 255) = 41.4%

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

R = 26.34%
G = 41.4%
B = 32.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#314D3C (or 0x314D3C) is known color: Goblin. HEX triplet: 31, 4D and 3C. RGB value is (49,77,60). Sum of RGB (Red+Green+Blue) = 49+77+60=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #314D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D3C is #CEB2C3. Grayscale: #424242. Windows color (decimal): -13546180 or 3951921. OLE color: 3951921.

HSL color Cylindrical-coordinate representation of color #314D3C: hue angle of 143.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D3C is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 60 -
CMYK 0.36 0 0.22 0.70
HSL 143.57º 0.22% 0.25% -
HSV(B) 143.57º 0.36% 0.3% -
XYZ 4.74 6.29 5.24 -
YUV 66.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 49 77 60 0.36 0 0.22 0.70 143.57 0.22 0.25
Hex 31 4D 3C 24 0 16 46 90 16 19
Octal 61 115 74 44 0 26 106 220 26 31
Binary 110001 1001101 111100 100100 0 10110 1000110 10010000 10110 11001

Color Harmonies of #314D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D3C

Black with #314D3C

Text Example


Text Example

White with #314D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D3C; }

 p { color: rgb(49,77,60); }

 H1.HeaderClassName
 {
   color: #314D3C;
 }
 .AnyTagClassName
 {
   color: #314D3C;
 }
</style>

background-color css

<style>
 a { background-color: #314D3C; }

 a { background-color: rgb(49,77,60); }

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

border-color css

<style>
 span { border-color: #314D3C; }

 span { border-color: rgb(49,77,60); }

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