#365440

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

Shades of Goblin #365440

Tints of Goblin #365440

Color information

#365440 (or 0x365440) is unknown color: approx Goblin. HEX triplet: 36, 54 and 40. RGB value is (54,84,64). Sum of RGB (Red+Green+Blue) = 54+84+64=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #365440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365440 is #C9ABBF. Grayscale: #484848. Windows color (decimal): -13216704 or 4215862. OLE color: 4215862.

HSL color Cylindrical-coordinate representation of color #365440: hue angle of 140º 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 #365440 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB548464-
CMYK0.3600.240.67
HSL140º21.74%27.06%-
HSV(B)140º35.71%32.94%-
XYZ5.627.56-
YUV72.75123.06114.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=26.73%
G=41.58%
B=31.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484640.3600.240.6714021.7427.06
Hex36544024018438c161b
Octal66124100440301032142633
Binary110110101010010000001001000110001000011100011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365440; }

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

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

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

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

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

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

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

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