#365543

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

Shades of Goblin #365543

Tints of Goblin #365543

Color information

#365543 (or 0x365543) is unknown color: approx Goblin. HEX triplet: 36, 55 and 43. RGB value is (54,85,67). Sum of RGB (Red+Green+Blue) = 54+85+67=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #365543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365543 is #C9AABC. Grayscale: #494949. Windows color (decimal): -13216445 or 4412726. OLE color: 4412726.

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

Color convert

RGB548567-
CMYK0.3600.210.67
HSL145.16º22.3%27.25%-
HSV(B)145.16º36.47%33.33%-
XYZ5.787.696.49-
YUV73.68124.23113.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=26.21%
G=41.26%
B=32.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485670.3600.210.67145.1622.327.25
Hex365543240154391161b
Octal66125103440251032212633
Binary110110101010110000111001000101011000011100100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365543; }

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

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

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

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

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

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

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

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