#326142

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

Shades of Goblin #326142

Tints of Goblin #326142

Color information

#326142 (or 0x326142) is unknown color: approx Goblin. HEX triplet: 32, 61 and 42. RGB value is (50,97,66). Sum of RGB (Red+Green+Blue) = 50+97+66=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #326142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326142 is #CD9EBD. Grayscale: #4F4F4F. Windows color (decimal): -13475518 or 4350258. OLE color: 4350258.

HSL color Cylindrical-coordinate representation of color #326142: hue angle of 140.43º 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 #326142 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB509766-
CMYK0.4800.320.62
HSL140.43º31.97%28.82%-
HSV(B)140.43º48.45%38.04%-
XYZ6.579.626.66-
YUV79.41120.43107.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=23.47%
G=45.54%
B=30.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097660.4800.320.62140.4331.9728.82
Hex326142300203E8c201d
Octal6214110260040762144035
Binary1100101100001100001011000001000001111101000110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326142; }

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

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

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

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

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

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

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

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