#36503A

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

Shades of Goblin #36503A

Tints of Goblin #36503A

Color information

#36503A (or 0x36503A) is unknown color: approx Goblin. HEX triplet: 36, 50 and 3A. RGB value is (54,80,58). Sum of RGB (Red+Green+Blue) = 54+80+58=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #36503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36503A is #C9AFC5. Grayscale: #454545. Windows color (decimal): -13217734 or 3821622. OLE color: 3821622.

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

Color convert

RGB548058-
CMYK0.3300.280.69
HSL129.23º19.4%26.27%-
HSV(B)129.23º32.5%31.37%-
XYZ5.156.835.05-
YUV69.72121.39116.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.12%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=28.12%
G=41.67%
B=30.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480580.3300.280.69129.2319.426.27
Hex36503A2101C4581131a
Octal6612072410341052012332
Binary11011010100001110101000010111001000101100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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