#36553D

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

Shades of Goblin #36553D

Tints of Goblin #36553D

Color information

#36553D (or 0x36553D) is unknown color: approx Goblin. HEX triplet: 36, 55 and 3D. RGB value is (54,85,61). Sum of RGB (Red+Green+Blue) = 54+85+61=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #36553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36553D is #C9AAC2. Grayscale: #494949. Windows color (decimal): -13216451 or 4019510. OLE color: 4019510.

HSL color Cylindrical-coordinate representation of color #36553D: hue angle of 133.55º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36553D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB548561-
CMYK0.3600.280.67
HSL133.55º22.3%27.25%-
HSV(B)133.55º36.47%33.33%-
XYZ5.617.625.59-
YUV73121.23114.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=27%
G=42.5%
B=30.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485610.3600.280.67133.5522.327.25
Hex36553D2401C4386161b
Octal6612575440341032062633
Binary11011010101011111011001000111001000011100001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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