Html Css Color HEX #31513A Goblin

📋 copy color: '#31513A'

red 49 ◦ green 81 ◦ blue 58

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

Shades of Goblin #31513A

Tints of Goblin #31513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 26.06%
G = 43.09%
B = 30.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#31513A (or 0x31513A) is known color: Goblin. HEX triplet: 31, 51 and 3A. RGB value is (49,81,58). Sum of RGB (Red+Green+Blue) = 49+81+58=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #31513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31513A is #CEAEC5. Grayscale: #444444. Windows color (decimal): -13545158 or 3821873. OLE color: 3821873.

HSL color Cylindrical-coordinate representation of color #31513A: hue angle of 136.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31513A is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 58 -
CMYK 0.40 0 0.28 0.68
HSL 136.88º 0.25% 0.25% -
HSV(B) 136.88º 0.4% 0.32% -
XYZ 4.97 6.84 5.06 -
YUV 68.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 49 81 58 0.40 0 0.28 0.68 136.88 0.25 0.25
Hex 31 51 3A 28 0 1C 44 89 19 19
Octal 61 121 72 50 0 34 104 211 31 31
Binary 110001 1010001 111010 101000 0 11100 1000100 10001001 11001 11001

Color Harmonies of #31513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31513A

Black with #31513A

Text Example


Text Example

White with #31513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31513A; }

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

 H1.HeaderClassName
 {
   color: #31513A;
 }
 .AnyTagClassName
 {
   color: #31513A;
 }
</style>

background-color css

<style>
 a { background-color: #31513A; }

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

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

border-color css

<style>
 span { border-color: #31513A; }

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

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