Html Css Color HEX #31533D Goblin

📋 copy color: '#31533D'

red 49 ◦ green 83 ◦ blue 61

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

Shades of Goblin #31533D

Tints of Goblin #31533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.01%

 BLUE value IS 61 (24.22% from 255) = 31.61%

R = 25.39%
G = 43.01%
B = 31.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#31533D (or 0x31533D) is known color: Goblin. HEX triplet: 31, 53 and 3D. RGB value is (49,83,61). Sum of RGB (Red+Green+Blue) = 49+83+61=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #31533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31533D is #CEACC2. Grayscale: #464646. Windows color (decimal): -13544643 or 4018993. OLE color: 4018993.

HSL color Cylindrical-coordinate representation of color #31533D: hue angle of 141.18º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31533D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 61 -
CMYK 0.41 0 0.27 0.67
HSL 141.18º 0.26% 0.26% -
HSV(B) 141.18º 0.41% 0.33% -
XYZ 5.2 7.18 5.53 -
YUV 70.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 49 83 61 0.41 0 0.27 0.67 141.18 0.26 0.26
Hex 31 53 3D 29 0 1B 43 8D 1A 1A
Octal 61 123 75 51 0 33 103 215 32 32
Binary 110001 1010011 111101 101001 0 11011 1000011 10001101 11010 11010

Color Harmonies of #31533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31533D

Black with #31533D

Text Example


Text Example

White with #31533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31533D; }

 p { color: rgb(49,83,61); }

 H1.HeaderClassName
 {
   color: #31533D;
 }
 .AnyTagClassName
 {
   color: #31533D;
 }
</style>

background-color css

<style>
 a { background-color: #31533D; }

 a { background-color: rgb(49,83,61); }

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

border-color css

<style>
 span { border-color: #31533D; }

 span { border-color: rgb(49,83,61); }

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