Html Css Color HEX #324B39 Goblin

📋 copy color: '#324B39'

red 50 ◦ green 75 ◦ blue 57

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

Shades of Goblin #324B39

Tints of Goblin #324B39

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.21%

 BLUE value IS 57 (22.66% from 255) = 31.32%

R = 27.47%
G = 41.21%
B = 31.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#324B39 (or 0x324B39) is known color: Goblin. HEX triplet: 32, 4B and 39. RGB value is (50,75,57). Sum of RGB (Red+Green+Blue) = 50+75+57=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #324B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B39 is #CDB4C6. Grayscale: #414141. Windows color (decimal): -13481159 or 3754802. OLE color: 3754802.

HSL color Cylindrical-coordinate representation of color #324B39: hue angle of 136.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B39 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 57 -
CMYK 0.33 0 0.24 0.71
HSL 136.8º 0.2% 0.25% -
HSV(B) 136.8º 0.33% 0.29% -
XYZ 4.57 6.01 4.79 -
YUV 65.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 50 75 57 0.33 0 0.24 0.71 136.8 0.2 0.25
Hex 32 4B 39 21 0 18 47 89 14 19
Octal 62 113 71 41 0 30 107 211 24 31
Binary 110010 1001011 111001 100001 0 11000 1000111 10001001 10100 11001

Color Harmonies of #324B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B39

Black with #324B39

Text Example


Text Example

White with #324B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324B39; }

 p { color: rgb(50,75,57); }

 H1.HeaderClassName
 {
   color: #324B39;
 }
 .AnyTagClassName
 {
   color: #324B39;
 }
</style>

background-color css

<style>
 a { background-color: #324B39; }

 a { background-color: rgb(50,75,57); }

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

border-color css

<style>
 span { border-color: #324B39; }

 span { border-color: rgb(50,75,57); }

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