#385740

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

Shades of Goblin #385740

Tints of Goblin #385740

Color information

#385740 (or 0x385740) is unknown color: approx Goblin. HEX triplet: 38, 57 and 40. RGB value is (56,87,64). Sum of RGB (Red+Green+Blue) = 56+87+64=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #385740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385740 is #C7A8BF. Grayscale: #4B4B4B. Windows color (decimal): -13084864 or 4216632. OLE color: 4216632.

HSL color Cylindrical-coordinate representation of color #385740: hue angle of 135.48º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385740 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB568764-
CMYK0.3600.260.66
HSL135.48º21.68%28.04%-
HSV(B)135.48º35.63%34.12%-
XYZ5.968.036.09-
YUV75.11121.73114.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=27.05%
G=42.03%
B=30.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687640.3600.260.66135.4821.6828.04
Hex3857402401A4287161c
Octal70127100440321022072634
Binary111000101011110000001001000110101000010100001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385740; }

 p { color: rgb(56,87,64); }

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

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

 a { background-color: rgb(56,87,64); }

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

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

 span { border-color: rgb(56,87,64); }

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