Html Css Color HEX #31513E Goblin

📋 copy color: '#31513E'

red 49 ◦ green 81 ◦ blue 62

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

Shades of Goblin #31513E

Tints of Goblin #31513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 25.52%
G = 42.19%
B = 32.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#31513E (or 0x31513E) is known color: Goblin. HEX triplet: 31, 51 and 3E. RGB value is (49,81,62). Sum of RGB (Red+Green+Blue) = 49+81+62=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #31513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31513E is #CEAEC1. Grayscale: #454545. Windows color (decimal): -13545154 or 4084017. OLE color: 4084017.

HSL color Cylindrical-coordinate representation of color #31513E: hue angle of 144.38º 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 #31513E is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 62 -
CMYK 0.40 0 0.23 0.68
HSL 144.38º 0.25% 0.25% -
HSV(B) 144.38º 0.4% 0.32% -
XYZ 5.08 6.89 5.62 -
YUV 69.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 49 81 62 0.40 0 0.23 0.68 144.38 0.25 0.25
Hex 31 51 3E 28 0 17 44 90 19 19
Octal 61 121 76 50 0 27 104 220 31 31
Binary 110001 1010001 111110 101000 0 10111 1000100 10010000 11001 11001

Color Harmonies of #31513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31513E

Black with #31513E

Text Example


Text Example

White with #31513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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