#36533D

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

Shades of Goblin #36533D

Tints of Goblin #36533D

Color information

#36533D (or 0x36533D) is unknown color: approx Goblin. HEX triplet: 36, 53 and 3D. RGB value is (54,83,61). Sum of RGB (Red+Green+Blue) = 54+83+61=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #36533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36533D is #C9ACC2. Grayscale: #474747. Windows color (decimal): -13216963 or 4018998. OLE color: 4018998.

HSL color Cylindrical-coordinate representation of color #36533D: hue angle of 134.48º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36533D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB548361-
CMYK0.3500.270.67
HSL134.48º21.17%26.86%-
HSV(B)134.48º34.94%32.55%-
XYZ5.467.315.54-
YUV71.82121.89115.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=27.27%
G=41.92%
B=30.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483610.3500.270.67134.4821.1726.86
Hex36533D2301B4386151b
Octal6612375430331032062533
Binary11011010100111111011000110110111000011100001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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