#385B45

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

Shades of Goblin #385B45

Tints of Goblin #385B45

Color information

#385B45 (or 0x385B45) is unknown color: approx Goblin. HEX triplet: 38, 5B and 45. RGB value is (56,91,69). Sum of RGB (Red+Green+Blue) = 56+91+69=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #385B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B45 is #C7A4BA. Grayscale: #4E4E4E. Windows color (decimal): -13083835 or 4545336. OLE color: 4545336.

HSL color Cylindrical-coordinate representation of color #385B45: hue angle of 142.29º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B45 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB569169-
CMYK0.3800.240.64
HSL142.29º23.81%28.82%-
HSV(B)142.29º38.46%35.69%-
XYZ6.458.756.98-
YUV78.03122.9112.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 91 (35.94% from 255) = 42.13%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=25.93%
G=42.13%
B=31.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691690.3800.240.64142.2923.8128.82
Hex385B4526018408e181d
Octal70133105460301002163035
Binary111000101101110001011001100110001000000100011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B45; }

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

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

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

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

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

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

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

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