#365441

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

Shades of Goblin #365441

Tints of Goblin #365441

Color information

#365441 (or 0x365441) is unknown color: approx Goblin. HEX triplet: 36, 54 and 41. RGB value is (54,84,65). Sum of RGB (Red+Green+Blue) = 54+84+65=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #365441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365441 is #C9ABBE. Grayscale: #484848. Windows color (decimal): -13216703 or 4281398. OLE color: 4281398.

HSL color Cylindrical-coordinate representation of color #365441: hue angle of 142º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365441 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB548465-
CMYK0.3600.230.67
HSL142º21.74%27.06%-
HSV(B)142º35.71%32.94%-
XYZ5.657.516.15-
YUV72.86123.56114.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=26.60%
G=41.38%
B=32.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484650.3600.230.6714221.7427.06
Hex36544124017438e161b
Octal66124101440271032162633
Binary110110101010010000011001000101111000011100011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365441; }

 p { color: rgb(54,84,65); }

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

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

 a { background-color: rgb(54,84,65); }

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

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

 span { border-color: rgb(54,84,65); }

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