Html Css Color HEX #31583F Goblin

📋 copy color: '#31583F'

red 49 ◦ green 88 ◦ blue 63

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

Shades of Goblin #31583F

Tints of Goblin #31583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44%

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

R = 24.5%
G = 44%
B = 31.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#31583F (or 0x31583F) is known color: Goblin. HEX triplet: 31, 58 and 3F. RGB value is (49,88,63). Sum of RGB (Red+Green+Blue) = 49+88+63=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #31583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31583F is #CEA7C0. Grayscale: #494949. Windows color (decimal): -13543361 or 4151345. OLE color: 4151345.

HSL color Cylindrical-coordinate representation of color #31583F: hue angle of 141.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31583F is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 63 -
CMYK 0.44 0 0.28 0.65
HSL 141.54º 0.28% 0.27% -
HSV(B) 141.54º 0.44% 0.35% -
XYZ 5.65 7.99 5.95 -
YUV 73.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 49 88 63 0.44 0 0.28 0.65 141.54 0.28 0.27
Hex 31 58 3F 2C 0 1C 41 8E 1C 1B
Octal 61 130 77 54 0 34 101 216 34 33
Binary 110001 1011000 111111 101100 0 11100 1000001 10001110 11100 11011

Color Harmonies of #31583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31583F

Black with #31583F

Text Example


Text Example

White with #31583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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