#386046

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

Shades of Goblin #386046

Tints of Goblin #386046

Color information

#386046 (or 0x386046) is unknown color: approx Goblin. HEX triplet: 38, 60 and 46. RGB value is (56,96,70). Sum of RGB (Red+Green+Blue) = 56+96+70=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #386046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386046 is #C79FB9. Grayscale: #515151. Windows color (decimal): -13082554 or 4612152. OLE color: 4612152.

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

Color convert

RGB569670-
CMYK0.4200.270.62
HSL141º26.32%29.8%-
HSV(B)141º41.67%37.65%-
XYZ6.929.657.29-
YUV81.08121.75110.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=25.23%
G=43.24%
B=31.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696700.4200.270.6214126.3229.8
Hex3860462A01B3E8d1a1e
Octal7014010652033762153236
Binary11100011000001000110101010011011111110100011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386046; }

 p { color: rgb(56,96,70); }

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

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

 a { background-color: rgb(56,96,70); }

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

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

 span { border-color: rgb(56,96,70); }

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