#386246

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

Shades of Goblin #386246

Tints of Goblin #386246

Color information

#386246 (or 0x386246) is unknown color: approx Goblin. HEX triplet: 38, 62 and 46. RGB value is (56,98,70). Sum of RGB (Red+Green+Blue) = 56+98+70=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #386246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386246 is #C79DB9. Grayscale: #525252. Windows color (decimal): -13082042 or 4612664. OLE color: 4612664.

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

Color convert

RGB569870-
CMYK0.4300.290.62
HSL140º27.27%30.2%-
HSV(B)140º42.86%38.43%-
XYZ7.110.027.35-
YUV82.25121.09109.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=25%
G=43.75%
B=31.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698700.4300.290.6214027.2730.2
Hex3862462B01D3E8c1b1e
Octal7014210653035762143336
Binary11100011000101000110101011011101111110100011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386246; }

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

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

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

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

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

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

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

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