Html Css Color HEX #31593E Goblin

📋 copy color: '#31593E'

red 49 ◦ green 89 ◦ blue 62

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

Shades of Goblin #31593E

Tints of Goblin #31593E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.5%

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

R = 24.5%
G = 44.5%
B = 31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#31593E (or 0x31593E) is known color: Goblin. HEX triplet: 31, 59 and 3E. RGB value is (49,89,62). Sum of RGB (Red+Green+Blue) = 49+89+62=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #31593E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31593E is #CEA6C1. Grayscale: #4A4A4A. Windows color (decimal): -13543106 or 4086065. OLE color: 4086065.

HSL color Cylindrical-coordinate representation of color #31593E: hue angle of 139.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31593E is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 62 -
CMYK 0.45 0 0.30 0.65
HSL 139.5º 0.29% 0.27% -
HSV(B) 139.5º 0.45% 0.35% -
XYZ 5.71 8.15 5.83 -
YUV 73.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 49 89 62 0.45 0 0.30 0.65 139.5 0.29 0.27
Hex 31 59 3E 2D 0 1E 41 8C 1D 1B
Octal 61 131 76 55 0 36 101 214 35 33
Binary 110001 1011001 111110 101101 0 11110 1000001 10001100 11101 11011

Color Harmonies of #31593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31593E

Black with #31593E

Text Example


Text Example

White with #31593E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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