Html Css Color HEX #31553F Goblin

📋 copy color: '#31553F'

red 49 ◦ green 85 ◦ blue 63

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

Shades of Goblin #31553F

Tints of Goblin #31553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.15%

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

R = 24.87%
G = 43.15%
B = 31.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#31553F (or 0x31553F) is known color: Goblin. HEX triplet: 31, 55 and 3F. RGB value is (49,85,63). Sum of RGB (Red+Green+Blue) = 49+85+63=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #31553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31553F is #CEAAC0. Grayscale: #474747. Windows color (decimal): -13544129 or 4150577. OLE color: 4150577.

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

Color convert

RGB 49 85 63 -
CMYK 0.42 0 0.26 0.67
HSL 143.33º 0.27% 0.26% -
HSV(B) 143.33º 0.42% 0.33% -
XYZ 5.41 7.51 5.87 -
YUV 71.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 49 85 63 0.42 0 0.26 0.67 143.33 0.27 0.26
Hex 31 55 3F 2A 0 1A 43 8F 1B 1A
Octal 61 125 77 52 0 32 103 217 33 32
Binary 110001 1010101 111111 101010 0 11010 1000011 10001111 11011 11010

Color Harmonies of #31553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31553F

Black with #31553F

Text Example


Text Example

White with #31553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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