#386245

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

Shades of Goblin #386245

Tints of Goblin #386245

Color information

#386245 (or 0x386245) is unknown color: approx Goblin. HEX triplet: 38, 62 and 45. RGB value is (56,98,69). Sum of RGB (Red+Green+Blue) = 56+98+69=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #386245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386245 is #C79DBA. Grayscale: #525252. Windows color (decimal): -13082043 or 4547128. OLE color: 4547128.

HSL color Cylindrical-coordinate representation of color #386245: hue angle of 138.57º 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 #386245 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB569869-
CMYK0.4300.300.62
HSL138.57º27.27%30.2%-
HSV(B)138.57º42.86%38.43%-
XYZ7.0710.017.19-
YUV82.14120.59109.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=25.11%
G=43.95%
B=30.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698690.4300.300.62138.5727.2730.2
Hex3862452B01E3E8b1b1e
Octal7014210553036762133336
Binary11100011000101000101101011011110111110100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386245; }

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

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

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

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

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

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

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

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