#36513A

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

Shades of Goblin #36513A

Tints of Goblin #36513A

Color information

#36513A (or 0x36513A) is unknown color: approx Goblin. HEX triplet: 36, 51 and 3A. RGB value is (54,81,58). Sum of RGB (Red+Green+Blue) = 54+81+58=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #36513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36513A is #C9AEC5. Grayscale: #464646. Windows color (decimal): -13217478 or 3821878. OLE color: 3821878.

HSL color Cylindrical-coordinate representation of color #36513A: hue angle of 128.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36513A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB548158-
CMYK0.3300.280.68
HSL128.89º20%26.47%-
HSV(B)128.89º33.33%31.76%-
XYZ5.236.975.07-
YUV70.3121.05116.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=27.98%
G=41.97%
B=30.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481580.3300.280.68128.892026.47
Hex36513A2101C4481141a
Octal6612172410341042012432
Binary11011010100011110101000010111001000100100000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36513A; }

 p { color: rgb(54,81,58); }

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

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

 a { background-color: rgb(54,81,58); }

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

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

 span { border-color: rgb(54,81,58); }

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