Html Css Color HEX #31593C Goblin

📋 copy color: '#31593C'

red 49 ◦ green 89 ◦ blue 60

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

Shades of Goblin #31593C

Tints of Goblin #31593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 24.75%
G = 44.95%
B = 30.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#31593C (or 0x31593C) is known color: Goblin. HEX triplet: 31, 59 and 3C. RGB value is (49,89,60). Sum of RGB (Red+Green+Blue) = 49+89+60=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #31593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31593C is #CEA6C3. Grayscale: #494949. Windows color (decimal): -13543108 or 3954993. OLE color: 3954993.

HSL color Cylindrical-coordinate representation of color #31593C: hue angle of 136.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 #31593C is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 60 -
CMYK 0.45 0 0.33 0.65
HSL 136.5º 0.29% 0.27% -
HSV(B) 136.5º 0.45% 0.35% -
XYZ 5.65 8.12 5.55 -
YUV 73.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 49 89 60 0.45 0 0.33 0.65 136.5 0.29 0.27
Hex 31 59 3C 2D 0 21 41 88 1D 1B
Octal 61 131 74 55 0 41 101 210 35 33
Binary 110001 1011001 111100 101101 0 100001 1000001 10001000 11101 11011

Color Harmonies of #31593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31593C

Black with #31593C

Text Example


Text Example

White with #31593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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