#36533C

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

Shades of Goblin #36533C

Tints of Goblin #36533C

Color information

#36533C (or 0x36533C) is unknown color: approx Goblin. HEX triplet: 36, 53 and 3C. RGB value is (54,83,60). Sum of RGB (Red+Green+Blue) = 54+83+60=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #36533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36533C is #C9ACC3. Grayscale: #474747. Windows color (decimal): -13216964 or 3953462. OLE color: 3953462.

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

Color convert

RGB548360-
CMYK0.3500.280.67
HSL132.41º21.17%26.86%-
HSV(B)132.41º34.94%32.55%-
XYZ5.437.35.4-
YUV71.71121.39115.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=27.41%
G=42.13%
B=30.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483600.3500.280.67132.4121.1726.86
Hex36533C2301C4384151b
Octal6612374430341032042533
Binary11011010100111111001000110111001000011100001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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