#36493E

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

Shades of Goblin #36493E

Tints of Goblin #36493E

Color information

#36493E (or 0x36493E) is unknown color: approx Goblin. HEX triplet: 36, 49 and 3E. RGB value is (54,73,62). Sum of RGB (Red+Green+Blue) = 54+73+62=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #36493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36493E is #C9B6C1. Grayscale: #424242. Windows color (decimal): -13219522 or 4081974. OLE color: 4081974.

HSL color Cylindrical-coordinate representation of color #36493E: hue angle of 145.26º 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 #36493E is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB547362-
CMYK0.2600.150.71
HSL145.26º14.96%24.9%-
HSV(B)145.26º26.03%28.63%-
XYZ4.775.95.44-
YUV66.06125.71119.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=28.57%
G=38.62%
B=32.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473620.2600.150.71145.2614.9624.9
Hex36493E1A0F4791f19
Octal6611176320171072211731
Binary11011010010011111101101001111100011110010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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