#36493D

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

Shades of Goblin #36493D

Tints of Goblin #36493D

Color information

#36493D (or 0x36493D) is unknown color: approx Goblin. HEX triplet: 36, 49 and 3D. RGB value is (54,73,61). Sum of RGB (Red+Green+Blue) = 54+73+61=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #36493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36493D is #C9B6C2. Grayscale: #414141. Windows color (decimal): -13219523 or 4016438. OLE color: 4016438.

HSL color Cylindrical-coordinate representation of color #36493D: hue angle of 142.11º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #36493D is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB547361-
CMYK0.2600.160.71
HSL142.11º14.96%24.9%-
HSV(B)142.11º26.03%28.63%-
XYZ4.755.895.3-
YUV65.95125.21119.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=28.72%
G=38.83%
B=32.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473610.2600.160.71142.1114.9624.9
Hex36493D1A010478ef19
Octal6611175320201072161731
Binary110110100100111110111010010000100011110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36493D; }

 p { color: rgb(54,73,61); }

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

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

 a { background-color: rgb(54,73,61); }

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

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

 span { border-color: rgb(54,73,61); }

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