#365540

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

Shades of Goblin #365540

Tints of Goblin #365540

Color information

#365540 (or 0x365540) is unknown color: approx Goblin. HEX triplet: 36, 55 and 40. RGB value is (54,85,64). Sum of RGB (Red+Green+Blue) = 54+85+64=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #365540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365540 is #C9AABF. Grayscale: #494949. Windows color (decimal): -13216448 or 4216118. OLE color: 4216118.

HSL color Cylindrical-coordinate representation of color #365540: hue angle of 139.35º 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 #365540 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB548564-
CMYK0.3600.250.67
HSL139.35º22.3%27.25%-
HSV(B)139.35º36.47%33.33%-
XYZ5.77.656.03-
YUV73.34122.73114.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=26.60%
G=41.87%
B=31.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485640.3600.250.67139.3522.327.25
Hex36554024019438b161b
Octal66125100440311032132633
Binary110110101010110000001001000110011000011100010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365540; }

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

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

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

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

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

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

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

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