Html Css Color HEX #32483B Goblin

📋 copy color: '#32483B'

red 50 ◦ green 72 ◦ blue 59

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

Shades of Goblin #32483B

Tints of Goblin #32483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

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

R = 27.62%
G = 39.78%
B = 32.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#32483B (or 0x32483B) is known color: Goblin. HEX triplet: 32, 48 and 3B. RGB value is (50,72,59). Sum of RGB (Red+Green+Blue) = 50+72+59=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #32483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32483B is #CDB7C4. Grayscale: #3F3F3F. Windows color (decimal): -13481925 or 3885106. OLE color: 3885106.

HSL color Cylindrical-coordinate representation of color #32483B: hue angle of 144.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #32483B is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 72 59 -
CMYK 0.31 0 0.18 0.72
HSL 144.55º 0.18% 0.24% -
HSV(B) 144.55º 0.31% 0.28% -
XYZ 4.42 5.63 4.99 -
YUV 63.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 50 72 59 0.31 0 0.18 0.72 144.55 0.18 0.24
Hex 32 48 3B 1F 0 12 48 91 12 18
Octal 62 110 73 37 0 22 110 221 22 30
Binary 110010 1001000 111011 11111 0 10010 1001000 10010001 10010 11000

Color Harmonies of #32483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32483B

Black with #32483B

Text Example


Text Example

White with #32483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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