#326042

Color #326042 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #326042

Tints of Goblin #326042

Color information

#326042 (or 0x326042) is unknown color: approx Goblin. HEX triplet: 32, 60 and 42. RGB value is (50,96,66). Sum of RGB (Red+Green+Blue) = 50+96+66=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #326042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326042 is #CD9FBD. Grayscale: #4E4E4E. Windows color (decimal): -13475774 or 4350002. OLE color: 4350002.

HSL color Cylindrical-coordinate representation of color #326042: hue angle of 140.87º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326042 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB509666-
CMYK0.4800.310.62
HSL140.87º31.51%28.63%-
HSV(B)140.87º47.92%37.65%-
XYZ6.489.446.63-
YUV78.83120.76107.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=23.58%
G=45.28%
B=31.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096660.4800.310.62140.8731.5128.63
Hex3260423001F3E8d201d
Octal6214010260037762154035
Binary110010110000010000101100000111111111101000110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326042; }

 p { color: rgb(50,96,66); }

 H1.HeaderClassName
 {
   color: #326042;
 }
 .AnyTagClassName
 {
   color: #326042;
 }
</style>
background-color css

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

 a { background-color: rgb(50,96,66); }

 div.DivClassName
 {
   background-color: #326042;
 }
 .BgClassName
 {
   background-color: #326042;
 }
</style>
border-color css

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

 span { border-color: rgb(50,96,66); }

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