Html Css Color HEX #324F3F Goblin

📋 copy color: '#324F3F'

red 50 ◦ green 79 ◦ blue 63

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

Shades of Goblin #324F3F

Tints of Goblin #324F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.15%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 26.04%
G = 41.15%
B = 32.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#324F3F (or 0x324F3F) is known color: Goblin. HEX triplet: 32, 4F and 3F. RGB value is (50,79,63). Sum of RGB (Red+Green+Blue) = 50+79+63=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #324F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F3F is #CDB0C0. Grayscale: #444444. Windows color (decimal): -13480129 or 4149042. OLE color: 4149042.

HSL color Cylindrical-coordinate representation of color #324F3F: hue angle of 146.9º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #324F3F is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 63 -
CMYK 0.37 0 0.20 0.69
HSL 146.9º 0.22% 0.25% -
HSV(B) 146.9º 0.37% 0.31% -
XYZ 5.01 6.63 5.72 -
YUV 68.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 50 79 63 0.37 0 0.20 0.69 146.9 0.22 0.25
Hex 32 4F 3F 25 0 14 45 93 16 19
Octal 62 117 77 45 0 24 105 223 26 31
Binary 110010 1001111 111111 100101 0 10100 1000101 10010011 10110 11001

Color Harmonies of #324F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F3F

Black with #324F3F

Text Example


Text Example

White with #324F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,79,63); }

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

background-color css

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

 a { background-color: rgb(50,79,63); }

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

border-color css

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

 span { border-color: rgb(50,79,63); }

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