Html Css Color HEX #31593A Goblin

📋 copy color: '#31593A'

red 49 ◦ green 89 ◦ blue 58

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

Shades of Goblin #31593A

Tints of Goblin #31593A

RGB

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

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

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

R = 25%
G = 45.41%
B = 29.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#31593A (or 0x31593A) is known color: Goblin. HEX triplet: 31, 59 and 3A. RGB value is (49,89,58). Sum of RGB (Red+Green+Blue) = 49+89+58=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #31593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31593A is #CEA6C5. Grayscale: #494949. Windows color (decimal): -13543110 or 3823921. OLE color: 3823921.

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

Color convert

RGB 49 89 58 -
CMYK 0.45 0 0.35 0.65
HSL 133.5º 0.29% 0.27% -
HSV(B) 133.5º 0.45% 0.35% -
XYZ 5.6 8.1 5.27 -
YUV 73.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 49 89 58 0.45 0 0.35 0.65 133.5 0.29 0.27
Hex 31 59 3A 2D 0 23 41 86 1D 1B
Octal 61 131 72 55 0 43 101 206 35 33
Binary 110001 1011001 111010 101101 0 100011 1000001 10000110 11101 11011

Color Harmonies of #31593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31593A

Black with #31593A

Text Example


Text Example

White with #31593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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