#366044

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

Shades of Goblin #366044

Tints of Goblin #366044

Color information

#366044 (or 0x366044) is unknown color: approx Goblin. HEX triplet: 36, 60 and 44. RGB value is (54,96,68). Sum of RGB (Red+Green+Blue) = 54+96+68=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #366044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366044 is #C99FBB. Grayscale: #505050. Windows color (decimal): -13213628 or 4481078. OLE color: 4481078.

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

Color convert

RGB549668-
CMYK0.4400.290.62
HSL140º28%29.41%-
HSV(B)140º43.75%37.65%-
XYZ6.759.576.96-
YUV80.25121.09109.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=24.77%
G=44.04%
B=31.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496680.4400.290.621402829.41
Hex3660442C01D3E8c1c1d
Octal6614010454035762143435
Binary11011011000001000100101100011101111110100011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366044; }

 p { color: rgb(54,96,68); }

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

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

 a { background-color: rgb(54,96,68); }

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

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

 span { border-color: rgb(54,96,68); }

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