Html Css Color HEX #32493B Goblin

📋 copy color: '#32493B'

red 50 ◦ green 73 ◦ blue 59

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

Shades of Goblin #32493B

Tints of Goblin #32493B

RGB

 RED value IS 50 (19.92% from 255) = 27.47%

 GREEN value IS 73 (28.91% from 255) = 40.11%

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 27.47%
G = 40.11%
B = 32.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#32493B (or 0x32493B) is known color: Goblin. HEX triplet: 32, 49 and 3B. RGB value is (50,73,59). Sum of RGB (Red+Green+Blue) = 50+73+59=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #32493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32493B is #CDB6C4. Grayscale: #404040. Windows color (decimal): -13481669 or 3885362. OLE color: 3885362.

HSL color Cylindrical-coordinate representation of color #32493B: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #32493B is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 59 -
CMYK 0.32 0 0.19 0.71
HSL 143.48º 0.19% 0.24% -
HSV(B) 143.48º 0.32% 0.29% -
XYZ 4.49 5.76 5.01 -
YUV 64.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 50 73 59 0.32 0 0.19 0.71 143.48 0.19 0.24
Hex 32 49 3B 20 0 13 47 8F 13 18
Octal 62 111 73 40 0 23 107 217 23 30
Binary 110010 1001001 111011 100000 0 10011 1000111 10001111 10011 11000

Color Harmonies of #32493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32493B

Black with #32493B

Text Example


Text Example

White with #32493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32493B; }

 p { color: rgb(50,73,59); }

 H1.HeaderClassName
 {
   color: #32493B;
 }
 .AnyTagClassName
 {
   color: #32493B;
 }
</style>

background-color css

<style>
 a { background-color: #32493B; }

 a { background-color: rgb(50,73,59); }

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

border-color css

<style>
 span { border-color: #32493B; }

 span { border-color: rgb(50,73,59); }

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