Html Css Color HEX #31563F Goblin

📋 copy color: '#31563F'

red 49 ◦ green 86 ◦ blue 63

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

Shades of Goblin #31563F

Tints of Goblin #31563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.82%

R = 24.75%
G = 43.43%
B = 31.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#31563F (or 0x31563F) is known color: Goblin. HEX triplet: 31, 56 and 3F. RGB value is (49,86,63). Sum of RGB (Red+Green+Blue) = 49+86+63=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 86 - color contains mainly: green. Hex color #31563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31563F is #CEA9C0. Grayscale: #484848. Windows color (decimal): -13543873 or 4150833. OLE color: 4150833.

HSL color Cylindrical-coordinate representation of color #31563F: hue angle of 142.7º 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 #31563F is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 63 -
CMYK 0.43 0 0.27 0.66
HSL 142.7º 0.27% 0.26% -
HSV(B) 142.7º 0.43% 0.34% -
XYZ 5.49 7.67 5.89 -
YUV 72.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 49 86 63 0.43 0 0.27 0.66 142.7 0.27 0.26
Hex 31 56 3F 2B 0 1B 42 8F 1B 1A
Octal 61 126 77 53 0 33 102 217 33 32
Binary 110001 1010110 111111 101011 0 11011 1000010 10001111 11011 11010

Color Harmonies of #31563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31563F

Black with #31563F

Text Example


Text Example

White with #31563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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