#36533B

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

Shades of Goblin #36533B

Tints of Goblin #36533B

Color information

#36533B (or 0x36533B) is unknown color: approx Goblin. HEX triplet: 36, 53 and 3B. RGB value is (54,83,59). Sum of RGB (Red+Green+Blue) = 54+83+59=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #36533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36533B is #C9ACC4. Grayscale: #474747. Windows color (decimal): -13216965 or 3887926. OLE color: 3887926.

HSL color Cylindrical-coordinate representation of color #36533B: hue angle of 130.34º 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 #36533B is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB548359-
CMYK0.3500.290.67
HSL130.34º21.17%26.86%-
HSV(B)130.34º34.94%32.55%-
XYZ5.47.295.26-
YUV71.59120.89115.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=27.55%
G=42.35%
B=30.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483590.3500.290.67130.3421.1726.86
Hex36533B2301D4382151b
Octal6612373430351032022533
Binary11011010100111110111000110111011000011100000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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