#365941

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

Shades of Goblin #365941

Tints of Goblin #365941

Color information

#365941 (or 0x365941) is unknown color: approx Goblin. HEX triplet: 36, 59 and 41. RGB value is (54,89,65). Sum of RGB (Red+Green+Blue) = 54+89+65=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #365941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365941 is #C9A6BE. Grayscale: #4B4B4B. Windows color (decimal): -13215423 or 4282678. OLE color: 4282678.

HSL color Cylindrical-coordinate representation of color #365941: hue angle of 138.86º 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 #365941 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB548965-
CMYK0.3900.270.65
HSL138.86º24.48%28.04%-
HSV(B)138.86º39.33%34.9%-
XYZ6.058.316.29-
YUV75.8121.9112.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=25.96%
G=42.79%
B=31.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489650.3900.270.65138.8624.4828.04
Hex3659412701B418b181c
Octal66131101470331012133034
Binary110110101100110000011001110110111000001100010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365941; }

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

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

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

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

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

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

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

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