#365940

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

Shades of Goblin #365940

Tints of Goblin #365940

Color information

#365940 (or 0x365940) is unknown color: approx Goblin. HEX triplet: 36, 59 and 40. RGB value is (54,89,64). Sum of RGB (Red+Green+Blue) = 54+89+64=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #365940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365940 is #C9A6BF. Grayscale: #4B4B4B. Windows color (decimal): -13215424 or 4217142. OLE color: 4217142.

HSL color Cylindrical-coordinate representation of color #365940: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365940 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB548964-
CMYK0.3900.280.65
HSL137.14º24.48%28.04%-
HSV(B)137.14º39.33%34.9%-
XYZ6.028.36.14-
YUV75.68121.4112.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=26.09%
G=43.00%
B=30.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489640.3900.280.65137.1424.4828.04
Hex3659402701C4189181c
Octal66131100470341012113034
Binary110110101100110000001001110111001000001100010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365940; }

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

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

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

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

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

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

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

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