#36503E

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

Shades of Goblin #36503E

Tints of Goblin #36503E

Color information

#36503E (or 0x36503E) is unknown color: approx Goblin. HEX triplet: 36, 50 and 3E. RGB value is (54,80,62). Sum of RGB (Red+Green+Blue) = 54+80+62=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #36503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36503E is #C9AFC1. Grayscale: #464646. Windows color (decimal): -13217730 or 4083766. OLE color: 4083766.

HSL color Cylindrical-coordinate representation of color #36503E: hue angle of 138.46º 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 #36503E is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB548062-
CMYK0.3300.220.69
HSL138.46º19.4%26.27%-
HSV(B)138.46º32.5%31.37%-
XYZ5.266.875.61-
YUV70.17123.39116.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=27.55%
G=40.82%
B=31.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480620.3300.220.69138.4619.426.27
Hex36503E21016458a131a
Octal6612076410261052122332
Binary11011010100001111101000010101101000101100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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