#366143

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

Shades of Goblin #366143

Tints of Goblin #366143

Color information

#366143 (or 0x366143) is unknown color: approx Goblin. HEX triplet: 36, 61 and 43. RGB value is (54,97,67). Sum of RGB (Red+Green+Blue) = 54+97+67=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #366143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366143 is #C99EBC. Grayscale: #505050. Windows color (decimal): -13213373 or 4415798. OLE color: 4415798.

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

Color convert

RGB549767-
CMYK0.4400.310.62
HSL138.14º28.48%29.61%-
HSV(B)138.14º44.33%38.04%-
XYZ6.819.746.83-
YUV80.72120.25108.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=24.77%
G=44.50%
B=30.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497670.4400.310.62138.1428.4829.61
Hex3661432C01F3E8a1c1e
Octal6614110354037762123436
Binary11011011000011000011101100011111111110100010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366143; }

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

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

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

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

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

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

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

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