#366445

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

Shades of Goblin #366445

Tints of Goblin #366445

Color information

#366445 (or 0x366445) is unknown color: approx Goblin. HEX triplet: 36, 64 and 45. RGB value is (54,100,69). Sum of RGB (Red+Green+Blue) = 54+100+69=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #366445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366445 is #C99BBA. Grayscale: #525252. Windows color (decimal): -13212603 or 4547638. OLE color: 4547638.

HSL color Cylindrical-coordinate representation of color #366445: hue angle of 139.57º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #366445 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB5410069-
CMYK0.4600.310.61
HSL139.57º29.87%30.2%-
HSV(B)139.57º46%39.22%-
XYZ7.1510.337.25-
YUV82.71120.26107.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=24.22%
G=44.84%
B=30.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100690.4600.310.61139.5729.8730.2
Hex3664452E01F3D8c1e1e
Octal6614410556037752143636
Binary11011011001001000101101110011111111101100011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366445; }

 p { color: rgb(54,100,69); }

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

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

 a { background-color: rgb(54,100,69); }

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

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

 span { border-color: rgb(54,100,69); }

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