Html Css Color HEX #324E3A Goblin

📋 copy color: '#324E3A'

red 50 ◦ green 78 ◦ blue 58

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

Shades of Goblin #324E3A

Tints of Goblin #324E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.94%

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

R = 26.88%
G = 41.94%
B = 31.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#324E3A (or 0x324E3A) is known color: Goblin. HEX triplet: 32, 4E and 3A. RGB value is (50,78,58). Sum of RGB (Red+Green+Blue) = 50+78+58=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #324E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E3A is #CDB1C5. Grayscale: #434343. Windows color (decimal): -13480390 or 3821106. OLE color: 3821106.

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

Color convert

RGB 50 78 58 -
CMYK 0.36 0 0.26 0.69
HSL 137.14º 0.22% 0.25% -
HSV(B) 137.14º 0.36% 0.31% -
XYZ 4.8 6.43 4.99 -
YUV 67.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 50 78 58 0.36 0 0.26 0.69 137.14 0.22 0.25
Hex 32 4E 3A 24 0 1A 45 89 16 19
Octal 62 116 72 44 0 32 105 211 26 31
Binary 110010 1001110 111010 100100 0 11010 1000101 10001001 10110 11001

Color Harmonies of #324E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E3A

Black with #324E3A

Text Example


Text Example

White with #324E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,78,58); }

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

background-color css

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

 a { background-color: rgb(50,78,58); }

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

border-color css

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

 span { border-color: rgb(50,78,58); }

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