#366045

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

Shades of Goblin #366045

Tints of Goblin #366045

Color information

#366045 (or 0x366045) is unknown color: approx Goblin. HEX triplet: 36, 60 and 45. RGB value is (54,96,69). Sum of RGB (Red+Green+Blue) = 54+96+69=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #366045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366045 is #C99FBA. Grayscale: #505050. Windows color (decimal): -13213627 or 4546614. OLE color: 4546614.

HSL color Cylindrical-coordinate representation of color #366045: hue angle of 141.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366045 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB549669-
CMYK0.4400.280.62
HSL141.43º28%29.41%-
HSV(B)141.43º43.75%37.65%-
XYZ6.789.587.12-
YUV80.36121.59109.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=24.66%
G=43.84%
B=31.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496690.4400.280.62141.432829.41
Hex3660452C01C3E8d1c1d
Octal6614010554034762153435
Binary11011011000001000101101100011100111110100011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366045; }

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

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

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

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

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

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

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

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