#36563D

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

Shades of Goblin #36563D

Tints of Goblin #36563D

Color information

#36563D (or 0x36563D) is unknown color: approx Goblin. HEX triplet: 36, 56 and 3D. RGB value is (54,86,61). Sum of RGB (Red+Green+Blue) = 54+86+61=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #36563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36563D is #C9A9C2. Grayscale: #494949. Windows color (decimal): -13216195 or 4019766. OLE color: 4019766.

HSL color Cylindrical-coordinate representation of color #36563D: hue angle of 133.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36563D is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB548661-
CMYK0.3700.290.66
HSL133.12º22.86%27.45%-
HSV(B)133.12º37.21%33.73%-
XYZ5.697.785.62-
YUV73.58120.9114.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=26.87%
G=42.79%
B=30.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486610.3700.290.66133.1222.8627.45
Hex36563D2501D4285171b
Octal6612675450351022052733
Binary11011010101101111011001010111011000010100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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