Html Css Color HEX #31533F Goblin

📋 copy color: '#31533F'

red 49 ◦ green 83 ◦ blue 63

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

Shades of Goblin #31533F

Tints of Goblin #31533F

RGB

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

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

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

R = 25.13%
G = 42.56%
B = 32.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#31533F (or 0x31533F) is known color: Goblin. HEX triplet: 31, 53 and 3F. RGB value is (49,83,63). Sum of RGB (Red+Green+Blue) = 49+83+63=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #31533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31533F is #CEACC0. Grayscale: #464646. Windows color (decimal): -13544641 or 4150065. OLE color: 4150065.

HSL color Cylindrical-coordinate representation of color #31533F: hue angle of 144.71º 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 #31533F is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 63 -
CMYK 0.41 0 0.24 0.67
HSL 144.71º 0.26% 0.26% -
HSV(B) 144.71º 0.41% 0.33% -
XYZ 5.26 7.2 5.81 -
YUV 70.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 49 83 63 0.41 0 0.24 0.67 144.71 0.26 0.26
Hex 31 53 3F 29 0 18 43 91 1A 1A
Octal 61 123 77 51 0 30 103 221 32 32
Binary 110001 1010011 111111 101001 0 11000 1000011 10010001 11010 11010

Color Harmonies of #31533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31533F

Black with #31533F

Text Example


Text Example

White with #31533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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