Html Css Color HEX #314E3B Goblin

📋 copy color: '#314E3B'

red 49 ◦ green 78 ◦ blue 59

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

Shades of Goblin #314E3B

Tints of Goblin #314E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.94%

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 26.34%
G = 41.94%
B = 31.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#314E3B (or 0x314E3B) is known color: Goblin. HEX triplet: 31, 4E and 3B. RGB value is (49,78,59). Sum of RGB (Red+Green+Blue) = 49+78+59=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #314E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E3B is #CEB1C4. Grayscale: #434343. Windows color (decimal): -13545925 or 3886641. OLE color: 3886641.

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

Color convert

RGB 49 78 59 -
CMYK 0.37 0 0.24 0.69
HSL 140.69º 0.23% 0.25% -
HSV(B) 140.69º 0.37% 0.31% -
XYZ 4.78 6.42 5.12 -
YUV 67.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 49 78 59 0.37 0 0.24 0.69 140.69 0.23 0.25
Hex 31 4E 3B 25 0 18 45 8D 17 19
Octal 61 116 73 45 0 30 105 215 27 31
Binary 110001 1001110 111011 100101 0 11000 1000101 10001101 10111 11001

Color Harmonies of #314E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E3B

Black with #314E3B

Text Example


Text Example

White with #314E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,78,59); }

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

background-color css

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

 a { background-color: rgb(49,78,59); }

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

border-color css

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

 span { border-color: rgb(49,78,59); }

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