#326241

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

Shades of Goblin #326241

Tints of Goblin #326241

Color information

#326241 (or 0x326241) is unknown color: approx Goblin. HEX triplet: 32, 62 and 41. RGB value is (50,98,65). Sum of RGB (Red+Green+Blue) = 50+98+65=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #326241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326241 is #CD9DBE. Grayscale: #4F4F4F. Windows color (decimal): -13475263 or 4284978. OLE color: 4284978.

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

Color convert

RGB509865-
CMYK0.4900.340.62
HSL138.75º32.43%29.02%-
HSV(B)138.75º48.98%38.43%-
XYZ6.649.86.54-
YUV79.89119.6106.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=23.47%
G=46.01%
B=30.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098650.4900.340.62138.7532.4329.02
Hex326241310223E8b201d
Octal6214210161042762134035
Binary1100101100010100000111000101000101111101000101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326241; }

 p { color: rgb(50,98,65); }

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

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

 a { background-color: rgb(50,98,65); }

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

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

 span { border-color: rgb(50,98,65); }

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