Html Css Color HEX #314E3A Goblin

📋 copy color: '#314E3A'

red 49 ◦ green 78 ◦ blue 58

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

Shades of Goblin #314E3A

Tints of Goblin #314E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 26.49%
G = 42.16%
B = 31.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#314E3A (or 0x314E3A) is known color: Goblin. HEX triplet: 31, 4E and 3A. RGB value is (49,78,58). Sum of RGB (Red+Green+Blue) = 49+78+58=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #314E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E3A is #CEB1C5. Grayscale: #434343. Windows color (decimal): -13545926 or 3821105. OLE color: 3821105.

HSL color Cylindrical-coordinate representation of color #314E3A: hue angle of 138.62º 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 #314E3A is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 78 58 -
CMYK 0.37 0 0.26 0.69
HSL 138.62º 0.23% 0.25% -
HSV(B) 138.62º 0.37% 0.31% -
XYZ 4.75 6.41 4.99 -
YUV 67.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 49 78 58 0.37 0 0.26 0.69 138.62 0.23 0.25
Hex 31 4E 3A 25 0 1A 45 8B 17 19
Octal 61 116 72 45 0 32 105 213 27 31
Binary 110001 1001110 111010 100101 0 11010 1000101 10001011 10111 11001

Color Harmonies of #314E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E3A

Black with #314E3A

Text Example


Text Example

White with #314E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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