Html Css Color HEX #314F37 Goblin

📋 copy color: '#314F37'

red 49 ◦ green 79 ◦ blue 55

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

Shades of Goblin #314F37

Tints of Goblin #314F37

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.17%

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 26.78%
G = 43.17%
B = 30.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#314F37 (or 0x314F37) is known color: Goblin. HEX triplet: 31, 4F and 37. RGB value is (49,79,55). Sum of RGB (Red+Green+Blue) = 49+79+55=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #314F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F37 is #CEB0C8. Grayscale: #434343. Windows color (decimal): -13545673 or 3624753. OLE color: 3624753.

HSL color Cylindrical-coordinate representation of color #314F37: hue angle of 132º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #314F37 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 79 55 -
CMYK 0.38 0 0.30 0.69
HSL 132º 0.23% 0.25% -
HSV(B) 132º 0.38% 0.31% -
XYZ 4.75 6.52 4.62 -
YUV 67.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 49 79 55 0.38 0 0.30 0.69 132 0.23 0.25
Hex 31 4F 37 26 0 1E 45 84 17 19
Octal 61 117 67 46 0 36 105 204 27 31
Binary 110001 1001111 110111 100110 0 11110 1000101 10000100 10111 11001

Color Harmonies of #314F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F37

Black with #314F37

Text Example


Text Example

White with #314F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,79,55); }

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

background-color css

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

 a { background-color: rgb(49,79,55); }

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

border-color css

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

 span { border-color: rgb(49,79,55); }

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