Html Css Color HEX #31563C Goblin

📋 copy color: '#31563C'

red 49 ◦ green 86 ◦ blue 60

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

Shades of Goblin #31563C

Tints of Goblin #31563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.1%

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 25.13%
G = 44.1%
B = 30.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#31563C (or 0x31563C) is known color: Goblin. HEX triplet: 31, 56 and 3C. RGB value is (49,86,60). Sum of RGB (Red+Green+Blue) = 49+86+60=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #31563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31563C is #CEA9C3. Grayscale: #484848. Windows color (decimal): -13543876 or 3954225. OLE color: 3954225.

HSL color Cylindrical-coordinate representation of color #31563C: hue angle of 137.84º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31563C is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 60 -
CMYK 0.43 0 0.30 0.66
HSL 137.84º 0.27% 0.26% -
HSV(B) 137.84º 0.43% 0.34% -
XYZ 5.41 7.63 5.46 -
YUV 71.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 49 86 60 0.43 0 0.30 0.66 137.84 0.27 0.26
Hex 31 56 3C 2B 0 1E 42 8A 1B 1A
Octal 61 126 74 53 0 36 102 212 33 32
Binary 110001 1010110 111100 101011 0 11110 1000010 10001010 11011 11010

Color Harmonies of #31563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31563C

Black with #31563C

Text Example


Text Example

White with #31563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31563C; }

 p { color: rgb(49,86,60); }

 H1.HeaderClassName
 {
   color: #31563C;
 }
 .AnyTagClassName
 {
   color: #31563C;
 }
</style>

background-color css

<style>
 a { background-color: #31563C; }

 a { background-color: rgb(49,86,60); }

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

border-color css

<style>
 span { border-color: #31563C; }

 span { border-color: rgb(49,86,60); }

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