Html Css Color HEX #31553A Goblin

📋 copy color: '#31553A'

red 49 ◦ green 85 ◦ blue 58

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

Shades of Goblin #31553A

Tints of Goblin #31553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 25.52%
G = 44.27%
B = 30.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#31553A (or 0x31553A) is known color: Goblin. HEX triplet: 31, 55 and 3A. RGB value is (49,85,58). Sum of RGB (Red+Green+Blue) = 49+85+58=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #31553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31553A is #CEAAC5. Grayscale: #474747. Windows color (decimal): -13544134 or 3822897. OLE color: 3822897.

HSL color Cylindrical-coordinate representation of color #31553A: hue angle of 135º 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 #31553A is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 58 -
CMYK 0.42 0 0.32 0.67
HSL 135º 0.27% 0.26% -
HSV(B) 135º 0.42% 0.33% -
XYZ 5.28 7.46 5.16 -
YUV 71.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 49 85 58 0.42 0 0.32 0.67 135 0.27 0.26
Hex 31 55 3A 2A 0 20 43 87 1B 1A
Octal 61 125 72 52 0 40 103 207 33 32
Binary 110001 1010101 111010 101010 0 100000 1000011 10000111 11011 11010

Color Harmonies of #31553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31553A

Black with #31553A

Text Example


Text Example

White with #31553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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